Trait actix_service::IntoServiceFactory[][src]

pub trait IntoServiceFactory<SF, Req> where
    SF: ServiceFactory<Req>, 
{ fn into_factory(self) -> SF; }

Trait for types that can be converted to a ServiceFactory

Required methods

fn into_factory(self) -> SF[src]

Convert Self to a ServiceFactory

Loading content...

Implementors

impl<SF, Req> IntoServiceFactory<SF, Req> for SF where
    SF: ServiceFactory<Req>, 
[src]

Loading content...