Skip to content

bindings

Structs

  • BindingHint - Text shown for one key binding in the footer or help overlay.

Functions


Struct

Text shown for one key binding in the footer or help overlay.

Fields:

  • key: &'static str - Key label as rendered in the UI.
  • label: &'static str - Short action label paired with the key.

Traits: Copy, Eq

Trait Implementations:

  • PartialEq
    • fn eq(self: &Self, other: &BindingHint) -> bool
  • Debug
    • fn fmt(self: &Self, f: & mut $crate::fmt::Formatter) -> $crate::fmt::Result
  • Clone
    • fn clone(self: &Self) -> BindingHint

firma_tui::control::bindings::footer_entries

Section titled “firma_tui::control::bindings::footer_entries”

Function

Bindings rendered in the bottom footer.

fn footer_entries(_app: &crate::control::app::App) -> Vec<BindingHint>