Type Definition yaml_peg::AnchorBase[][src]

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

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

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