[][src]Function actix_service::boxed::service

pub fn service<T>(service: T) -> BoxedService<T::Request, T::Response, T::Error> where
    T: Service + 'static,
    T::Future: 'static, 

Create boxed service