Module pair

Module pair 

Source
Expand description

Implementations for Pair, a type that wraps two values.

Re-exports§

pub use pair_with_first::*;
pub use pair_with_second::*;

Modules§

pair_with_first
Implementations for the partially-applied form of Pair with the first value filled in.
pair_with_second
Implementations for the partially-applied form of Pair with the second value filled in.

Structs§

Pair
Wraps two values.
PairBrand