pub trait FilterImplExt: ObjectSubclass {
    fn parent_strictness(&self, filter: &Self::Type) -> FilterMatch;
    fn parent_match_(&self, filter: &Self::Type, item: &Object) -> bool;
}

Required methods

Implementors