text_io::read! [] [src]

macro_rules! read {
    () => { ... };
    ($text:expr) => { ... };
    ($text:expr, $input:expr) => { ... };
}

All text input is handled through this macro