smithay_client_toolkit::seat::keyboard::repeat

Type Alias RepeatCallback

Source
pub type RepeatCallback<T> = Box<dyn FnMut(&mut T, &WlKeyboard, KeyEvent) + 'static>;

Aliased Typeยง

struct RepeatCallback<T>(/* private fields */);