pub type StackStr<const MIN: usize, const MAX: usize, const MAXB: usize = MAX, L = Bytes, F = AllowAll> = BoundedStr<MIN, MAX, MAXB, L, F, StackOnly>;Expand description
Stack-only (<4KiB)
Aliased Typeยง
pub struct StackStr<const MIN: usize, const MAX: usize, const MAXB: usize = MAX, L = Bytes, F = AllowAll> { /* private fields */ }