pub trait InputToAlphabet {
    fn input_alphabetic(&mut self) -> String;
}

Required Methods

Implementations on Foreign Types

Implementors