cairo_lang_syntax::attribute::structured

Trait AttributeListStructurize

source
pub trait AttributeListStructurize {
    // Required method
    fn structurize(self, db: &dyn SyntaxGroup) -> Vec<Attribute>;
}

Required Methods§

source

fn structurize(self, db: &dyn SyntaxGroup) -> Vec<Attribute>

Return structured attributes for the given ast::AttributeList.

Implementors§