[][src]Type Definition actix_service::boxed::BoxedServiceResponse

type BoxedServiceResponse<Res, Err> = Either<FutureResult<Res, Err>, Box<dyn Future<Item = Res, Error = Err>>>;