StringView

Type Alias StringView 

Source
pub type StringView<LenT = usize> = StringInner<LenT, ViewStorage>;
Expand description

A dynamic capacity String.

Aliased Typeยง

pub struct StringView<LenT = usize> { /* private fields */ }