Trait actix_service::IntoServiceFactory [−][src]
pub trait IntoServiceFactory<T> where
T: ServiceFactory, {
fn into_factory(self) -> T;
}
Expand description
Trait for types that can be converted to a ServiceFactory
Required methods
fn into_factory(self) -> T
fn into_factory(self) -> T
Convert Self
to a ServiceFactory