Trait svd2rust::util::FullName

source ·
pub trait FullName {
    // Required method
    fn fullname(&self, ignore_group: bool) -> Cow<'_, str>;
}

Required Methods§

source

fn fullname(&self, ignore_group: bool) -> Cow<'_, str>

Implementations on Foreign Types§

source§

impl FullName for PeripheralInfo

source§

fn fullname(&self, _ignore_group: bool) -> Cow<'_, str>

source§

impl FullName for RegisterInfo

source§

fn fullname(&self, ignore_group: bool) -> Cow<'_, str>

Implementors§