pub type IterMut<'a, T> = IterMut<'a, T>;Expand description
An iterator over a mutable reference to the Some variant of an ArchivedOptionNonZero
integer.
This iterator yields one value if the ArchivedOptionNonZero integer is a Some, otherwise
none.
Aliased Typeยง
struct IterMut<'a, T> { /* private fields */ }