Type Alias BareU16Bytes

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

BareBytes with u16 len.

Aliased Typeยง

pub struct BareU16Bytes;