pub type NextFn<T> = Box<dyn FnOnce(T) -> ReusableBoxFuture<Result<T, ThrusterError<T>>> + Send + 'static>;

Aliased Type§

struct NextFn<T>(/* private fields */);