Type Alias nu_protocol::ValueIterator

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

Aliased Type§

struct ValueIterator(/* private fields */);