make_guard

Macro make_guard 

Source
macro_rules! make_guard {
    ($($name:ident),* $(,)?) => { ... };
}
Expand description