Skip to main content

bump_counter

Macro bump_counter 

Source
macro_rules! bump_counter {
    ($c:path) => { ... };
    ($c:path, $n:expr) => { ... };
}