Skip to main content

NonZeroU8

Type Alias NonZeroU8 

Source
pub type NonZeroU8 = NonAnyU8<0>;
Expand description

An integer that is known not to equal zero.

Aliased Typeยง

pub struct NonZeroU8(/* private fields */);