Common/Keybinding/
mod.rs

1//! # Keybinding Service
2//!
3//! This module defines the abstract contract for the Keybinding service.
4
5#![allow(non_snake_case, non_camel_case_types)]
6
7pub mod KeybindingProvider;