Trait libhelium::subclass::prelude::FilterImpl
pub trait FilterImpl: FilterImplExt + ObjectImpl {
// Provided methods
fn strictness(&self) -> FilterMatch { ... }
fn match_(&self, item: &Object) -> bool { ... }
}
Provided Methods§
fn strictness(&self) -> FilterMatch
fn match_(&self, item: &Object) -> bool
Object Safety§
This trait is not object safe.