String

Type Alias String 

Source
pub type String<'a> = &'a str;
Expand description

String is a string data type. Strings are UTF-8 encoded.