macro_rules! raw_input { ($($token: tt)+) => { ... }; () => { ... }; }
Fetches raw inputs, returning the resulting String and propagating I/O errors.
String