Type Alias yaml_peg::Map

source ·
pub type Map<R> = LinkedHashMap<Node<R>, Node<R>>;
Expand description

The map data structure of YAML.

Aliased Type§

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