NonZero

A wrapper type for non-zero values of type T. This type guarantees that the wrapped value is never zero.

Fully qualified path: core::zeroable::NonZero

#[derive(Copy, Drop)]
pub extern type NonZero<T>