[][src]Function actix_service::boxed::new_service

pub fn new_service<T>(
    service: T
) -> BoxedNewService<T::Config, T::Request, T::Response, T::Error, T::InitError> where
    T: NewService + 'static,
    T::Request: 'static,
    T::Response: 'static,
    T::Service: 'static,
    T::Future: 'static,
    T::Error: 'static,
    T::InitError: 'static, 

Create boxed new service