Trait actix_service::IntoService [−][src]
Trait for types that can be converted to a Service
Required methods
fn into_service(self) -> S[src]
Convert to a Service
Implementors
impl<S, Req> IntoService<S, Req> for S where
S: Service<Req>, [src]
S: Service<Req>,