Trait actix_net::service::IntoNewService[][src]

pub trait IntoNewService<T> where
    T: NewService
{ fn into_new_service(self) -> T; }

Trait for types that can be converted to a Service

Required Methods

Convert to an NewService

Implementors