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