pub trait Label { // Required method fn label(&self) -> &str; }
A trait for providing a ‘label’ representation