Skip to main content

NonMaxU8

Type Alias NonMaxU8 

Source
pub type NonMaxU8 = NonAnyU8<{ u8::MAX }>;
Expand description

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

Aliased Typeยง

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