try_prompt

Macro try_prompt 

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

Same as prompt!(), but returns a result