Skip to main content

NonMaxU16

Type Alias NonMaxU16 

Source
pub type NonMaxU16 = NonAnyU16<{ u16::MAX }>;
Expand description

An integer that is known not to equal u16::MAX.

Aliased Typeยง

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