pub trait GetDeclRef {
    // Required method
    fn get_decl_ref(&self) -> Option<DeclRef>;
}

Required Methods§

Implementors§