Label

Trait Label 

Source
pub trait Label {
    // Required method
    fn label(&self) -> &str;
}
Expand description

A trait for providing a ‘label’ representation

Required Methods§

Source

fn label(&self) -> &str

Implementors§