[][src]Type Definition thruster::MiddlewareReturnValue

type MiddlewareReturnValue<T> = Box<dyn Future<Error = Error, Item = T> + 'static + Send>;