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