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