Type Definition yaml_peg::Map

source · []
pub type Map<R> = LinkedHashMap<NodeBase<R>, NodeBase<R>>;
Expand description

The map data structure of YAML.