KeyboardEvent

Type Alias KeyboardEvent 

Source
pub type KeyboardEvent = Box<dyn Fn(&str, bool) + Send + Sync>;

Aliased Typeยง

pub struct KeyboardEvent(/* private fields */);