Macro input::input[][src]

macro_rules! input {
    (from $scanner:ident; $($tt:tt)*) => { ... };
    ($($tt:tt)*) => { ... };
}
Expand description

A input! macro.