Macro yaml_peg::node_arc[][src]

macro_rules! node_arc {
    ([$($token : tt) *]) => { ... };
    ({ $($token : tt) * }) => { ... };
    (null) => { ... };
    (* $anchor : expr) => { ... };
    ($yaml : expr) => { ... };
}
Expand description

node! macro for ArcNode.