logo

Trait actix_service::IntoService[][src]

pub trait IntoService<S, Req> where
    S: Service<Req>, 
{ fn into_service(self) -> S; }
Expand description

Trait for types that can be converted to a Service

Required methods

Convert to a Service

Implementors