Trait svd2rust::util::DimSuffix

source ·
pub trait DimSuffix {
    // Required method
    fn expand_dim(&self, suffix: &str) -> Cow<'_, str>;

    // Provided method
    fn remove_dim(&self) -> Cow<'_, str> { ... }
}

Required Methods§

source

fn expand_dim(&self, suffix: &str) -> Cow<'_, str>

Provided Methods§

source

fn remove_dim(&self) -> Cow<'_, str>

Implementations on Foreign Types§

source§

impl DimSuffix for str

source§

fn expand_dim(&self, suffix: &str) -> Cow<'_, str>

Implementors§