Trait actix_net::service::IntoService[][src]

pub trait IntoService<T> where
    T: Service
{ fn into_service(self) -> T; }

Trait for types that can be converted to a Service

Required Methods

Convert to a Service

Implementors