Type Alias B64

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