Type Definition ntex::service::boxed::RcService[][src]

pub type RcService<Req, Res, Err> = Rc<dyn Service<Req, Response = Res, Error = Err, Future = Pin<Box<dyn Future<Output = Result<Res, Err>> + 'static, Global>>> + 'static>;