Trait thruster::parser::middleware_traits::IntoMiddleware[][src]

pub trait IntoMiddleware<T, A> {
    fn middleware(
        self
    ) -> Box<dyn Fn(T) -> Pin<Box<dyn Future<Output = Result<T, ThrusterError<T>>> + Sync + Send>> + Send + Sync>; }

Required methods

Implementations on Foreign Types

Implementors