pub trait Name {
    fn name(&self) -> &str;
}
Expand description

Get SVD element name

Required methods

Get name

Implementations on Foreign Types

Implementors