[][src]Function scrappy_service::boxed::factory

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, 

Create boxed service factory