Module pair

Module pair 

Source
👎Deprecated since 0.0.21: Use fp_library::v2::types instead
Expand description

Implementations for Pair, a type that wraps two values.

Re-exports§

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

Modules§

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

Structs§

PairDeprecated
Wraps two values.
PairBrandDeprecated