Type Alias Bytes4

Source
pub type Bytes4 = BytesFixed<4>;

Aliased Type§

struct Bytes4(pub [u8; 4]);

Fields§

§0: [u8; 4]