Trait sc_network::multiaddr::multihash::typenum::Max [−]
Expand description
A type operator that returns the maximum of Self
and Rhs
.
Associated Types
type Output
type Output
The type of the maximum of Self
and Rhs
Required methods
Implementors
impl<U, B, Ur> Max<Ur> for UInt<U, B> where
B: Bit,
U: Unsigned,
Ur: Unsigned,
UInt<U, B>: Cmp<Ur>,
UInt<U, B>: PrivateMax<Ur, <UInt<U, B> as Cmp<Ur>>::Output>,