Type Alias String

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

A convenience alias for a LazyCompact layout SmartString.

Just pretend it’s a String!

Aliased Type§

pub struct String { /* private fields */ }