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

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

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

Required methods

fn code(&self) -> i32

Loading content...

Provided methods

fn character(&self) -> Option<char>

fn flags(&self) -> &[Flag]

Loading content...

Implementors

impl KeyCodeConvertible for Character[src]

impl KeyCodeConvertible for Code[src]

Loading content...