Trait libhelium::subclass::prelude::FilterImplExt

pub trait FilterImplExt: Sealed + ObjectSubclass {
    // Provided methods
    fn parent_strictness(&self) -> FilterMatch { ... }
    fn parent_match_(&self, item: &Object) -> bool { ... }
}

Provided Methods§

fn parent_strictness(&self) -> FilterMatch

fn parent_match_(&self, item: &Object) -> bool

Object Safety§

This trait is not object safe.

Implementors§

§

impl<T> FilterImplExt for T
where T: FilterImpl,