pub type KeyboardBox<'cglue_a> = KeyboardBaseBox<'cglue_a, c_void>;
Expand description

Opaque Boxed CGlue trait object for trait Keyboard.

Aliased Type§

struct KeyboardBox<'cglue_a> { /* private fields */ }