pub trait GetDeclIdent { // Required method fn get_decl_ident(&self, engines: &Engines) -> Option<Ident>; }