MultiFilterExt

Trait MultiFilterExt 

Source
pub trait MultiFilterExt: IsA<MultiFilter> + 'static {
    // Provided methods
    fn append(&self, filter: impl IsA<Filter>) { ... }
    fn remove(&self, position: u32) { ... }
}

Provided Methods§

Source

fn append(&self, filter: impl IsA<Filter>)

Source

fn remove(&self, position: u32)

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§