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

type BoxedService<Req, Res, Err> = Box<dyn Service<Request = Req, Response = Res, Error = Err, Future = BoxedServiceResponse<Res, Err>>>;