Type Definition smartstring::alias::String[][src]

pub type String = SmartString<LazyCompact>;
Expand description

A convenience alias for a LazyCompact layout SmartString.

Just pretend it’s a String!