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

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