[][src]Trait actix_service::IntoNewService

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

Trait for types that can be converted to a NewService

Required methods

fn into_new_service(self) -> T

Convert to an NewService

Loading content...

Implementors

impl<T> IntoNewService<T> for T where
    T: NewService
[src]

Loading content...