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