pub type StringView<LenT = usize> = StringInner<LenT, ViewStorage>;Expand description
A dynamic capacity String.
Aliased Typeยง
pub struct StringView<LenT = usize> { /* private fields */ }pub type StringView<LenT = usize> = StringInner<LenT, ViewStorage>;A dynamic capacity String.
pub struct StringView<LenT = usize> { /* private fields */ }