Type Alias B16

Source
pub type B16 = FixedBytes<2>;
Expand description

2-byte fixed byte-array type.

Aliased Type§

#[repr(transparent)]
pub struct B16(pub [u8; 2]);

Tuple Fields§

§0: [u8; 2]