pub type RepeatCallback<T> = Box<dyn FnMut(&mut T, &WlKeyboard, KeyEvent)>;
wayland
pub struct RepeatCallback<T>(/* private fields */);