Trait ntex::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

Convert Self to a ServiceFactory

Implementors