[][src]Function scrappy_service::into_service

pub fn into_service<T, S>(tp: T) -> S where
    S: Service,
    T: IntoService<S>, 

Convert object of type T to a service S