[][src]Type Definition thruster_core::MiddlewareFn

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