Skip to main content

NonMaxU16

Type Alias NonMaxU16 

Source
pub type NonMaxU16 = NonMax<u16>;
Expand description

An unsigned 16-bit integer that cannot be u16::MAX.

Aliased Typeยง

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