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