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

Required Methods§

Implementors§