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

Required Methods§

Implementors§