Type Definition gabelstaplerwm::wm::kbd::KeyCallback
[−]
[src]
type KeyCallback = Box<Fn(&mut ClientSet, &mut ScreenSet) -> WmCommand>;
Closure type of a callback function running on key press.