Trait a2lfile::A2lObjectName[][src]

pub trait A2lObjectName {
    fn get_name<'a>(&'a self) -> &'a str;
}
Expand description

The trait A2lObjectName is automatically implemented for named a2l objects

Required methods

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