Skip to main content

NonMaxU8

Type Alias NonMaxU8 

Source
pub type NonMaxU8 = NonMax<u8>;
Expand description

An unsigned 8-bit integer that cannot be u8::MAX.

Aliased Typeยง

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