[]Type Definition thruster::MiddlewareReturnValue

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