Structs§
- Boxed
FnConverter - A converter that uses boxed closures for conversions.
- FnConverter
- A converter that uses closures for conversions.
- Pair
- A pair of values where one can be converted to the other.
- StdConverter
- A standard converter using the
TryFromtrait.
Enums§
- Either
OrBoth - A simple enum that represents either a left or right value.
Traits§
- Converter
- A trait for bidirectional conversion between two types.
Functions§
- boxed_
fn_ converter - Creates a new
BoxedFnConverterfrom two closures. - fn_
converter - Creates a new
FnConverterfrom two functions.