pub type U8 = Uint<8, 1>;
Uint for 8 bits. Similar to u8.
Uint
8
u8
struct U8 { /* private fields */ }