Expand description
Functions for working with Ordering
s.
Modules§
- exhaustive
- Iterators that generate
Option
s without repetition.
Functions§
- option_
from_ str - Converts a string to an
Option<T>
, whereT
implementsFromStr
. - option_
from_ str_ custom - Converts a string to an
Option<T>
, given a function to parse a string into aT
.