Macro raw_input

Source
macro_rules! raw_input {
    ($($token: tt)+) => { ... };
    () => { ... };
}
Expand description

Fetches raw inputs, returning the resulting String and propagating I/O errors.