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
Re-exporting from itertools crate. Value that either holds a single A or B, or both.

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.