Module options

Source
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>, where T implements FromStr.
option_from_str_custom
Converts a string to an Option<T>, given a function to parse a string into a T.