Trait actix_service::IntoServiceFactory[][src]

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

Convert Self to a ServiceFactory

Implementors