pub trait HasAttributes {
// Required method
fn get_attributes(&self) -> &AttributeContainer;
}Expand description
Something that carries attributes
pub trait HasAttributes {
// Required method
fn get_attributes(&self) -> &AttributeContainer;
}Something that carries attributes