pub type Ident = Spanned<String>;
A string that may refer to another item like a type of function
struct Ident { /* private fields */ }