pub type String = SmartString<LazyCompact>;Expand description
A convenience alias for a LazyCompact layout SmartString.
Just pretend it’s a String!
Aliased Type§
struct String { /* private fields */ }pub type String = SmartString<LazyCompact>;A convenience alias for a LazyCompact layout SmartString.
Just pretend it’s a String!
struct String { /* private fields */ }