B96

Type Alias B96 

Source
pub type B96 = FixedBytes<12>;
Expand description

12-byte fixed byte-array type.

Aliased Type§

#[repr(transparent)]
pub struct B96(pub [u8; 12]);

Tuple Fields§

§0: [u8; 12]