BoxedFilterFn

Type Alias BoxedFilterFn 

Source
pub type BoxedFilterFn = Box<dyn Filter + Send + Sync>;
Available on non-target_family=wasm only.
Expand description

Type alias for a boxed filter function.

Aliased Typeยง

pub struct BoxedFilterFn(/* private fields */);