pub trait HasAttributes {
    // Required method
    fn get_attributes(&self) -> &[Attribute];
}

Required Methods§

Implementors§