Function yaml_peg::anchor_visit[][src]

pub fn anchor_visit<R: Repr>(n: &NodeBase<R>) -> AnchorVisitor<R>
Expand description

Create a visitor by visiting all nodes of the data.

This method will take a lot of time to read the nodes. If you have a unparsed data, parser will give you a visitor too.