pub trait NotLike: FilterPriv {
// Required method
fn not_like<T: Display, V: Into<OneOrMany<T>>>(value: V) -> Filter;
}
Required Methods§
Object Safety§
This trait is not object safe.
pub trait NotLike: FilterPriv {
// Required method
fn not_like<T: Display, V: Into<OneOrMany<T>>>(value: V) -> Filter;
}