Skip to main content

ask

Macro ask 

Source
macro_rules! ask {
    ($default:expr, $($arg:tt)*) => { ... };
}
Expand description

Requests an “Ask” or “Yes/No” prompt to the current prompter lazily using format args

If no prompter is set, the args will not be parsed