Trait libp2p::multiaddr::multihash::typenum::IsEqual [−][src]
pub trait IsEqual<Rhs = Self> { type Output: Bit; pub fn is_equal(self, rhs: Rhs) -> Self::Output; }
A type operator that returns True
if Self == Rhs
, otherwise returns False
.
Associated Types
Loading content...Required methods
Loading content...Implementors
Loading content...