pub type BoxedFilterFn = Box<dyn Filter + Send + Sync>;
target_family=wasm
Type alias for a boxed filter function.
pub struct BoxedFilterFn(/* private fields */);