get_user_input

Macro get_input

Source
macro_rules! get_input {
    ($generic: ty) => { ... };
    ($generic: ty, $($arg:tt)*) => { ... };
}