macro_rules! impl_has_node_id {
    ($($T:ty),+ $(,)?) => { ... };
}