Module stable_vec::iter

source ·
Expand description

Contains all iterator types and implementations.

This is in its own module to not pollute the top-level namespace.

Structs§

  • Iterator over all indices of filled slots of a StableVecFacade.
  • Iterator over owned elements of a StableVecFacade.
  • Iterator over immutable references to a stable vec’s elements and their indices.
  • Iterator over mutable references to a stable vec’s elements and their indices.
  • Iterator over immutable references to the elements of a StableVecFacade.
  • Iterator over mutable references to the elements of a StableVecFacade.