[][src]Type Definition thruster_core::MiddlewareFn

type MiddlewareFn<C> = fn(C, Box<dyn Fn(C) + 'static + Sync + Send>) -> Pin<Box<dyn Future<Output = C> + 'static + Send>>;