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

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

Create boxed new service