Trait cairo_lang_syntax::node::helpers::QueryAttrs
source · pub trait QueryAttrs {
// Required methods
fn has_attr(&self, db: &dyn SyntaxGroup, attr: &str) -> bool;
fn last_attr(&self, db: &dyn SyntaxGroup, attr: &str) -> bool;
}
Expand description
Trait for querying attributes of AST items.