pub trait MiddlewareFunc<T>: Fn(T, NextFn<T>) -> ReusableBoxFuture<Result<T, ThrusterError<T>>> + Send + Sync { }

Implementors