AttributeStructurize

Trait AttributeStructurize 

Source
pub trait AttributeStructurize<'a> {
    // Required method
    fn structurize(self, db: &'a dyn Database) -> Attribute<'a>;
}

Required Methods§

Source

fn structurize(self, db: &'a dyn Database) -> Attribute<'a>

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

Implementors§