pub trait FilterImpl: FilterImplExt + ObjectImpl {
    fn strictness(&self) -> FilterMatch { ... }
    fn match_(&self, item: &Object) -> bool { ... }
}

Provided Methods§

Implementors§