pub trait NonZeroExt {
const ONE: Self;
}
Expand description
An extra constant for NonZeroUsize
.
Required Associated Constants§
Object Safety§
This trait is not object safe.
pub trait NonZeroExt {
const ONE: Self;
}
An extra constant for NonZeroUsize
.