Macro input::input [−][src]
macro_rules! input { (from $scanner:ident; $($tt:tt)*) => { ... }; ($($tt:tt)*) => { ... }; }
Expand description
A input!
macro.
macro_rules! input { (from $scanner:ident; $($tt:tt)*) => { ... }; ($($tt:tt)*) => { ... }; }
A input!
macro.