[][src]Trait bfcore::Input

pub trait Input {
    fn input(&mut self) -> char { ... }
}

Trait for getting a character

Provided methods

fn input(&mut self) -> char

Loading content...

Implementors

Loading content...