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