Type Definition thruster::parser::middleware_traits::MiddlewareFnPointer[][src]

type MiddlewareFnPointer<T> = fn(_: T, _: NextFn<T>) -> Pin<Box<dyn Future<Output = Result<T, ThrusterError<T>>> + Sync + Send + 'static>>;