macro_rules! node_ids {
(pub $name: ident: $first_kind: ident, $($kind: ident),*) => { ... };
($name: ident: $first_kind: ident, $($kind: ident),*) => { ... };
}macro_rules! node_ids {
(pub $name: ident: $first_kind: ident, $($kind: ident),*) => { ... };
($name: ident: $first_kind: ident, $($kind: ident),*) => { ... };
}