Skip to main content

NonMaxI16

Type Alias NonMaxI16 

Source
pub type NonMaxI16 = NonMax<i16>;
Expand description

A signed 16-bit integer that cannot be i16::MAX.

Aliased Typeยง

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