Trait a2lfile::A2lObjectName
source · pub trait A2lObjectName {
// Required method
fn get_name(&self) -> &str;
}Expand description
The trait A2lObjectName is automatically implemented for named a2l objects
pub trait A2lObjectName {
// Required method
fn get_name(&self) -> &str;
}The trait A2lObjectName is automatically implemented for named a2l objects