pub type ValueIter<T> = Box<dyn Iterator<Item = ValueIterResult<T>>>;
pub struct ValueIter<T>(/* private fields */);