pub type StackStr<const MIN: usize, const MAX: usize, const MAXB: usize = MAX, L = Bytes, F = AllowAll, const Z: bool = false> = BoundedStr<MIN, MAX, MAXB, L, F, Z>;Aliased Typeยง
pub struct StackStr<const MIN: usize, const MAX: usize, const MAXB: usize = MAX, L = Bytes, F = AllowAll, const Z: bool = false> { /* private fields */ }