Skip to main content

StackStr

Type Alias StackStr 

Source
pub type StackStr<const MIN: usize, const MAX: usize, const MAXB: usize = MAX, L = Bytes, F = AllowAll> = BoundedStr<MIN, MAX, MAXB, L, F>;

Aliased Typeยง

pub struct StackStr<const MIN: usize, const MAX: usize, const MAXB: usize = MAX, L = Bytes, F = AllowAll> { /* private fields */ }