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