Type Alias Bytes4

Source
pub type Bytes4 = BytesFixed<4>;

Aliased Type§

pub struct Bytes4(pub [u8; 4]);

Tuple Fields§

§0: [u8; 4]