Macro new_node

Source
macro_rules! new_node {
    ( $name: ident, $($field: ident: $type: ty),* ) => { ... };
}