Structs
The error type if
OptionSomeExt::some
is called on None
.Traits
An extension trait that allows you to convert
Option<T>
into
Result<T, NoneError>
simply by calling opt.some()
.An extension trait for mutating in-place versions of
Ord
’s min
/max
/clamp
.