Type Definition crusty_core::types::BoxedStatusFilter[][src]

type BoxedStatusFilter<JS, TS> = Box<dyn Fn() -> Box<dyn Filter<JS, TS> + Send + Sync> + Send + Sync>;