macro_rules! read_input {
    () => { ... };
    ($($arg:tt)*) => { ... };
}
Expand description

Returns a string from stdin with the prompt given