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