pub trait NodeStateAttributes {
// Required methods
fn layout_attributes(&self) -> Vec<(&str, AttributeType<'_>)>;
fn text_style_attributes(&self) -> Vec<(&str, AttributeType<'_>)>;
fn style_attributes(&self) -> Vec<(&str, AttributeType<'_>)>;
}