Skip to main content

SmartString

Type Alias SmartString 

Source
pub type SmartString = SmartString<LazyCompact>;
Expand description

SmartString is used for json::Element paths and Warning::ids.

The rationale is that these strings tend to be less than 23 chars.

Aliased Typeยง

pub struct SmartString { /* private fields */ }