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