Trait HasGMLAttributes

Source
pub trait HasGMLAttributes {
    // Required methods
    fn attributes(&self) -> &Vec<(String, GMLValue)>;
    fn attributes_mut(&mut self) -> &mut Vec<(String, GMLValue)>;
}

Required Methods§

Source

fn attributes(&self) -> &Vec<(String, GMLValue)>

Source

fn attributes_mut(&mut self) -> &mut Vec<(String, GMLValue)>

Implementors§