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

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