Skip to main content

NonZeroI16

Type Alias NonZeroI16 

Source
pub type NonZeroI16 = NonAnyI16<0>;
Expand description

An integer that is known not to equal zero.

Aliased Typeยง

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