ValueIterator

Type Alias ValueIterator 

Source
pub type ValueIterator = Box<dyn Iterator<Item = Value> + Send + 'static>;

Aliased Typeยง

pub struct ValueIterator(/* private fields */);