[][src]Function async_svc::box_svc

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