pub type U8 = Uint<8, 1>;
Uint for 8 bits. Similar to u8.
Uint
8
u8
Converts a fixed byte array into a fixed-width unsigned integer by interpreting the bytes as big-endian.