pub trait AttributeStructurize<'a> {
// Required method
fn structurize(self, db: &'a dyn Database) -> Attribute<'a>;
}Required Methods§
Sourcefn structurize(self, db: &'a dyn Database) -> Attribute<'a>
fn structurize(self, db: &'a dyn Database) -> Attribute<'a>
Return the structured attribute for the given ast::Attribute.