pub trait FilterExt<Data>: Sized where
Data: ?Sized, {
fn apply(&self, alloc_data: &Data) -> bool;
}
Expand description
Function(s) a filter must implement.
pub trait FilterExt<Data>: Sized where
Data: ?Sized, {
fn apply(&self, alloc_data: &Data) -> bool;
}
Function(s) a filter must implement.