[][src]Type Definition thruster_core::MiddlewareReturnValue

type MiddlewareReturnValue<T> = Pin<Box<dyn Future<Output = T> + 'static + Send>>;