brush_core/
interfaces.rs

1//! Exports traits for shell interfaces implemented by callers.
2
3mod keybindings;
4
5pub use keybindings::{InputFunction, Key, KeyAction, KeyBindings, KeySequence, KeyStroke};