Skip to main content

OpIter

Type Alias OpIter 

Source
pub type OpIter<'a> = Box<dyn Iterator<Item = ArrayResult<ArrayOp>> + 'a>;
Expand description

Boxed fallible iterator over array ops, returned by OpLog scans.

Aliased Typeยง

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