Expand description
const equivalents of Option methods.
Macros§
- A const equivalent of
Option::and_then - A const equivalent of
Option::filter - A const equivalent of
Option::flatten - A const equivalent of
Option::map - A const equivalent of
Option::ok_or - A const equivalent of
Option::ok_or_else - A const equivalent of
Option::or_else - A const equivalent of
Option::unwrap - A const equivalent of
Option::unwrap_or - A const equivalent of
Option::unwrap_or_else
Structs§
- Usable to do
[None::<T>; LEN]whenTis non-Copy.
Functions§
- A const equivalent of the
Option::copiedmethod.