pub trait GetAttributes { // Required method fn get_attributes(&self) -> Result<Vec<Attribute>, String>; }
Gets the Attributes from the AST element.