pub trait SecondLine {
// Required method
fn second_line(&self) -> &'static str;
}Expand description
Line describing the mode and its custom keybinds
Required Methods§
Sourcefn second_line(&self) -> &'static str
fn second_line(&self) -> &'static str
Line describing the mode and its custom keybinds