Structs§
- None
Error - The error type if
OptionSomeExt::some
is called onNone
.
Traits§
- Option
Some Ext - An extension trait that allows you to convert
Option<T>
intoResult<T, NoneError>
simply by callingopt.some()
. - OrdAssign
- An extension trait for mutating in-place versions of
Ord
’smin
/max
/clamp
.