Structs§
- IntoIter
- An iterator over the value in
Somevariant of anOption. - Iter
- An iterator over a reference to the
Somevariant of anOption. - IterMut
- An iterator over a mutable reference to the
Somevariant of anOption. - OptionFlattenExperimental
- The iterator produced by
Option::into_flat_iter. See its documentation for more.
Enums§
- Option
- The
Optiontype. See the module level documentation for more.
