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