[][src]Type Definition thruster::MiddlewareNext

type MiddlewareNext<C> = Box<dyn Fn(C) -> Pin<Box<dyn Future<Output = MiddlewareResult<C>> + Send>> + Send + Sync>;