Type Definition powerpack::String[][src]

type String<'a> = Cow<'a, str>;
Expand description

Alias for a lean clone-on-write string.