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

Convert object of type U to a service S