Skip to main content

NonZeroU16

Type Alias NonZeroU16 

Source
pub type NonZeroU16 = NonAnyU16<0>;
Expand description

An integer that is known not to equal zero.

Aliased Typeยง

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