Macro no_problem

Source
macro_rules! no_problem {
    () => { ... };
}
Expand description

🌟