pub type In = BufReader<Stdin>;
The default input stream used by a menu, using the standard input stream.
pub struct In { /* private fields */ }