Skip to main content

StrBuf

Type Alias StrBuf 

Source
pub type StrBuf<const N: usize> = FixedU8Buf<N>;

Aliased Typeยง

pub struct StrBuf<const N: usize> { /* private fields */ }