Macro smart_read::try_prompt

source ·
macro_rules! try_prompt {
    ($prompt:expr) => { ... };
    ($prompt:expr; $($args:tt)*) => { ... };
}
Expand description

Same as prompt!(), but returns a result