Macro node_sub_enum_entry

Source
macro_rules! node_sub_enum_entry {
    ($t:ident) => { ... };
    (forward $t:ty) => { ... };
}