[−][src]Trait relm_state::DisplayVariant
Format trait for enum variants.
DisplayVariant is similar to Debug, but only works on enum and does not list the
variants' parameters.
This is used internally by the library.
Required methods
fn display_variant(&self) -> &'static str
Formats the current variant of the enum.