pub trait GetIdent { // Required method fn get_ident(&self) -> Result<Ident, String>; }
Gets the Ident from the AST element.