ModeFormat

Trait ModeFormat 

Source
pub trait ModeFormat {
    // Required method
    fn mode_fmt(&self) -> &'static str;
}
Expand description

Formating used to display elements.

Required Methods§

Source

fn mode_fmt(&self) -> &'static str

Implementations on Foreign Types§

Source§

impl ModeFormat for Entry

Source§

fn mode_fmt(&self) -> &'static str

Implementors§