Crate cached_pair

Source

Structs§

BoxedFnConverter
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 TryFrom trait.

Enums§

EitherOrBoth
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 BoxedFnConverter from two closures.
fn_converter
Creates a new FnConverter from two functions.