Skip to main content

In

Type Alias In 

Source
pub type In = BufReader<Stdin>;
Expand description

The default input stream used by a menu, using the standard input stream.

Aliased Typeยง

pub struct In { /* private fields */ }