Type Definition smartstring::alias::String

source · []
pub type String = SmartString<LazyCompact>;
Expand description

A convenience alias for a LazyCompact layout SmartString.

Just pretend it’s a String!