[][src]Trait actix_service::IntoTransform

pub trait IntoTransform<T, S> where
    T: Transform<S>, 
{ fn into_transform(self) -> T; }

Trait for types that can be converted to a transform service

Required methods

fn into_transform(self) -> T

Convert to a TransformService

Loading content...

Implementors

impl<T, S> IntoTransform<T, S> for T where
    T: Transform<S>, 
[src]

Loading content...