zeroable
Types and traits for handling non-zero values and zero checking operations.This module provides the NonZero
wrapper type which guarantees that a value is never zero. The Zeroable
trait is meant for internal use only. The public-facing equivalent is the Zero
trait.
Fully qualified path: core::zeroable