lch

Macro lch 

Source
macro_rules! lch {
    ($ui:ident) => { ... };
    ($ui:ident, $id:ident) => { ... };
}
Expand description

Helper macro to create child nodes with macro location used as source for id value generation

Unique id is derived from line and column numbers