Structs§
- Into
Iter - An iterator over the value in
Some
variant of anOption
. - Iter
- An iterator over a reference to the
Some
variant of anOption
. - IterMut
- An iterator over a mutable reference to the
Some
variant of anOption
.
Enums§
- Option
- The
Option
type. See the module level documentation for more.