pub trait A2lObjectName {
    // Required method
    fn get_name(&self) -> &str;
}
Expand description

The trait A2lObjectName is automatically implemented for named a2l objects

Required Methods§

source

fn get_name(&self) -> &str

get the name of an a2l object. this trait is only implemented for those objects that have names, which is a subset of all objects

Implementors§