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

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