Trait relm::DisplayVariant [] [src]

pub trait DisplayVariant {
    fn display_variant(&self) -> &'static str;
}

Required Methods

Implementors