pub trait OsKeyboard: for<'a> OsKeyboardInner<'a> { }
Expand description

OsKeyboard supertrait for all possible lifetimes

Use this for convenience. Chances are, once GAT are implemented, only OsKeyboard will be kept.

It naturally provides all OsKeyboardInner functions.

Implementors