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