Type Alias BareU8Bytes

Source
pub type BareU8Bytes = BareBytes<{ _ }>;
Expand description

BareBytes with u8 len.

Aliased Typeยง

pub struct BareU8Bytes;