box_svc

Function box_svc 

Source
pub fn box_svc<S, Req>(svc: S) -> BoxSvc<Req, S::Res>
where S: Svc<Req> + 'static, Req: 'static,