Trait actix_service::IntoService
source · pub trait IntoService<S, Req>where
S: Service<Req>,{
// Required method
fn into_service(self) -> S;
}
Expand description
Trait for types that can be converted to a Service
Required Methods§
sourcefn into_service(self) -> S
fn into_service(self) -> S
Convert to a Service