pub type B8 = FixedBytes<1>;Expand description
1-byte fixed byte-array type.
Aliased Type§
#[repr(transparent)]pub struct B8(pub [u8; 1]);Tuple Fields§
§0: [u8; 1]pub type B8 = FixedBytes<1>;1-byte fixed byte-array type.
#[repr(transparent)]pub struct B8(pub [u8; 1]);0: [u8; 1]