Skip to main content

okay

Macro okay 

Source
macro_rules! okay {
    ($($arg:tt)*) => { ... };
}
Expand description

Requests an “Okay” prompt to the current prompter lazily using format args

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