gen_id

Macro gen_id 

Source
macro_rules! gen_id {
    () => { ... };
    ($extra_label: expr) => { ... };
}