pub trait StrExt { // Required method fn ident(&self, span: Span) -> Ident; }
Call Ident::new
Ident::new