Function actix_service::into_service[][src]

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

Convert object of type U to a service S