pub trait GetDeclIdent {
    fn get_decl_ident(&self, decl_engine: &DeclEngine) -> Option<Ident>;
}

Required Methods§

Implementors§