Expand description
Contains all iterator types and implementations.
This is in its own module to not pollute the top-level namespace.
Structs§
- Indices
- Iterator over all indices of filled slots of a
StableVecFacade
. - Into
Iter - Iterator over owned elements of a
StableVecFacade
. - Iter
- Iterator over immutable references to a stable vec’s elements and their indices.
- IterMut
- Iterator over mutable references to a stable vec’s elements and their indices.
- Values
- Iterator over immutable references to the elements of a
StableVecFacade
. - Values
Mut - Iterator over mutable references to the elements of a
StableVecFacade
.