Macro KeyboardTypeUnknown
macro_rules! KeyboardTypeUnknown {
() => { ... };
}
Expand description
Pattern that matches an unknown KeyboardType
member.
macro_rules! KeyboardTypeUnknown {
() => { ... };
}
Pattern that matches an unknown KeyboardType
member.