Trait modio::filter::NotLike

source ·
pub trait NotLike: FilterPriv {
    // Required method
    fn not_like<T: Display, V: Into<OneOrMany<T>>>(value: V) -> Filter;
}

Required Methods§

source

fn not_like<T: Display, V: Into<OneOrMany<T>>>(value: V) -> Filter

Creates NotLike filter.

Object Safety§

This trait is not object safe.

Implementors§