pub type ValueIterator = Box<dyn Iterator<Item = Value> + Send + 'static>;
pub struct ValueIterator(/* private fields */);