Type Alias B8

Source
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]