pub type NonZeroUint = NonZero<Uint>;Available on crate feature
bigint only.Expand description
Non-zero Uint.
Aliased Type§
pub struct NonZeroUint(/* private fields */);Trait Implementations§
Source§impl TryFrom<&Mpint> for NonZeroUint
Available on crate feature alloc only.
impl TryFrom<&Mpint> for NonZeroUint
Available on crate feature
alloc only.