Trait HasAttributes

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

Something that carries attributes

Required Methods§

Implementors§