Type Alias bytesutil::StaticByteBuf
source · pub type StaticByteBuf<const N: usize> = ByteBuf<[u8; N]>;Expand description
A shortcut to create a stack allocated fixed size ByteBuf
Aliased Type§
struct StaticByteBuf<const N: usize> { /* private fields */ }