SecondLine

Trait SecondLine 

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

Line describing the mode and its custom keybinds

Required Methods§

Source

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

Line describing the mode and its custom keybinds

Implementors§