bfcore

Trait Input

Source
pub trait Input {
    // Provided method
    fn input(&mut self) -> char { ... }
}
Expand description

Trait for getting a character

Provided Methods§

Source

fn input(&mut self) -> char

Implementors§