cairo_lang_syntax::attribute::structured

Trait AttributeStructurize

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

Required Methods§

source

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

Return the structured attribute for the given ast::Attribute.

Implementors§