Crate beetle_nonzero
source ·Expand description
Combines the Rust standard library’s NonZero types into a single struct
Structs§
- An integer that is known to not equal zero.
Traits§
- Gives access to convenient methods for casting to
NonZeroor checking if you can.