Type Alias smithay_client_toolkit::seat::keyboard::repeat::RepeatCallback

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

Aliased Type§

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