Function actix_service::into_service [−][src]
pub fn into_service<T, S>(tp: T) -> S where
S: Service,
T: IntoService<S>,
Expand description
Convert object of type T
to a service S
pub fn into_service<T, S>(tp: T) -> S where
S: Service,
T: IntoService<S>,
Convert object of type T
to a service S