pub type String = Spanned<String>;
Owned string like "abc" + span information
"abc"
pub struct String { /* private fields */ }