pub type SmartStr = SmartString<LazyCompact>;Expand description
Stack-optimized string for display text (labels, descriptions, messages).
Strings shorter than 23 bytes are stored inline on the stack,
avoiding heap allocation. Use Key for parameter identifiers.
Aliased Typeยง
pub struct SmartStr { /* private fields */ }