Type Definition yaml_peg::Map

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

The map data structure of YAML.