SeriesPhysIter

Type Alias SeriesPhysIter 

Source
pub type SeriesPhysIter<'a> = Box<dyn ExactSizeIterator<Item = AnyValue<'a>> + 'a>;

Aliased Typeยง

pub struct SeriesPhysIter<'a>(/* private fields */);