Trait Appellation

Source
pub trait Appellation {
    // Required method
    fn appellation(&self) -> &str;
}

Required Methods§

Source

fn appellation(&self) -> &str

Implementors§