Trait libp2p::multiaddr::multihash::typenum::NonZero [−][src]
A marker trait to designate that a type is not zero. All number types in this
crate implement NonZero
except B0
, U0
, and Z0
.
Implementors
impl NonZero for B1
[src]
impl<U> NonZero for NInt<U> where
U: Unsigned + NonZero,
[src]
U: Unsigned + NonZero,
impl<U> NonZero for PInt<U> where
U: Unsigned + NonZero,
[src]
U: Unsigned + NonZero,
impl<U, B> NonZero for UInt<U, B> where
B: Bit,
U: Unsigned,
[src]
B: Bit,
U: Unsigned,