Skip to main content

ValueIter

Type Alias ValueIter 

Source
pub type ValueIter<T> = Box<dyn Iterator<Item = ValueIterResult<T>>>;

Aliased Typeยง

pub struct ValueIter<T>(/* private fields */);