Skip to main content

RepeatCallback

Type Alias RepeatCallback 

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

Aliased Typeยง

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