Trait libp2p::multihash::typenum::IsNotEqual [−][src]
A type operator that returns True
if Self != Rhs
, otherwise returns False
.
Associated Types
Required methods
pub fn is_not_equal(self, rhs: Rhs) -> Self::Output
[src][−]
Method returning True
or False
.