pub trait MultiFilterExt: 'static { // Required methods fn append(&self, filter: &impl IsA<Filter>); fn remove(&self, position: u32); }