[][src]Type Definition thruster_core::MiddlewareNext

type MiddlewareNext<C> = Box<dyn Fn(C) + 'static + Sync + Send>;