Type Definition ntex_service::boxed::RcService[][src]

pub type RcService<Req, Res, Err> = Rc<dyn Service<Request = Req, Response = Res, Error = Err, Future = BoxFuture<Res, Err>>>;