Type Definition yaml_peg::Map[][src]

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

The map data structure of YAML.