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 NonZero or checking if you can.