[][src]Function scrappy_service::boxed::service

pub fn service<T>(service: T) -> BoxService<T::Request, T::Response, T::Error> where
    T: Service + 'static,
    T::Future: 'static, 

Create boxed service