Trait libp2p::multihash::typenum::IsGreaterOrEqual [−][src]
A type operator that returns True
if Self >= Rhs
, otherwise returns False
.
Associated Types
Loading content...Required methods
pub fn is_greater_or_equal(self, rhs: Rhs) -> Self::Output
[src]
Method returning True
or False
.
Implementors
impl<A, B> IsGreaterOrEqual<B> for A where
A: Cmp<B> + IsGreaterOrEqualPrivate<B, <A as Cmp<B>>::Output>,
[src]
A: Cmp<B> + IsGreaterOrEqualPrivate<B, <A as Cmp<B>>::Output>,