[][src]Type Definition thruster::MiddlewareReturnValue

type MiddlewareReturnValue<C> = Pin<Box<dyn Future<Output = MiddlewareResult<C>> + Send>>;