String

Type Alias String 

Source
pub type String<T> = Quote<String, T>;

Aliased Typeยง

pub struct String<T>(/* private fields */);