Type Alias yaml_peg::parser::Anchors

source ·
pub type Anchors<R> = BTreeMap<String, Node<R>>;
Expand description

The type of anchor recorder in the Loader.

Aliased Type§

struct Anchors<R> { /* private fields */ }