Type Definition yaml_peg::AnchorVisitor[][src]

pub type AnchorVisitor<R> = LinkedHashMap<String, NodeBase<R>>;
Expand description

Anchor visitor is made by a hash map that you can get the node reference inside.

Since Node type is holding a reference counter, the data are just a viewer to the original memory.