Function actix_service::boxed::factory [−][src]
pub fn factory<T>(
factory: T
) -> BoxServiceFactory<T::Config, T::Request, T::Response, T::Error, T::InitError> where
T: ServiceFactory + 'static,
T::Request: 'static,
T::Response: 'static,
T::Service: 'static,
T::Future: 'static,
T::Error: 'static,
T::InitError: 'static,
Expand description
Create boxed service factory