pub enum MappedKeyboardError {
XKBNotFound,
BadNames,
}
Expand description
An error that occured while trying to initialize a mapped keyboard
Variants§
XKBNotFound
libxkbcommon is not available
BadNames
Provided RMLVO sepcified a keymap that would not be loaded
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MappedKeyboardError
impl RefUnwindSafe for MappedKeyboardError
impl Send for MappedKeyboardError
impl Sync for MappedKeyboardError
impl Unpin for MappedKeyboardError
impl UnwindSafe for MappedKeyboardError
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more