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