Type Definition stack_dst::buffers::U8Vec

source ·
pub type U8Vec = Vec<MaybeUninit<u8>>;
Expand description

Dyanamically allocated buffer with 1-byte alignment