[][src]Type Definition thruster::MiddlewareReturnValue

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