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.