Trait autopilot::key::KeyCodeConvertible[][src]

pub trait KeyCodeConvertible {
    fn code(&self) -> u64;

    fn character(&self) -> Option<char> { ... }
fn flags(&self) -> &[Flag] { ... } }

Required Methods

Provided Methods

Implementors