Function ntex::service::boxed::rcservice[][src]

pub fn rcservice<T>(
    service: T
) -> Rc<dyn Service<Response = <T as Service>::Response, Request = <T as Service>::Request, Future = Pin<Box<dyn Future<Output = Result<<T as Service>::Response, <T as Service>::Error>> + 'static, Global>>, Error = <T as Service>::Error> + 'static> where
    T: Service + 'static,
    <T as Service>::Future: 'static, 
Expand description

Create rc service