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