pub type SegmentIteratorItem<M> = (Frame<M>, Tracked<DropObligation<usize>>);Expand description
A frame yielded from a SegmentIterator together with its drop obligation.
pub type SegmentIteratorItem<M> = (Frame<M>, Tracked<DropObligation<usize>>);A frame yielded from a SegmentIterator together with its drop obligation.