Type Alias irox_tools::StrBuf

source ·
pub type StrBuf<const N: usize> = FixedBuf<N, char>;

Aliased Type§

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