pub type Str<'s> = Spanned<&'s str>;
Borrowed string like "abc" + span information
"abc"
pub struct Str<'s> { /* private fields */ }