Trait wireplumber::registry::InterestContainer
source · pub trait InterestContainer<T: StaticType> {
// Required methods
fn filter(&self, interest: Interest<T>) -> IntoValueIterator<T>;
fn lookup(&self, interest: Interest<T>) -> Option<T>;
}