pub fn into_service<I, S, Req>(tp: I) -> Swhere
    I: IntoService<S, Req>,
    S: Service<Req>,
Expand description

Convert object of type U to a service S