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