pub type pm_hash_node_t = pm_hash_node;
Expand description

HashNode

Type: PM_HASH_NODE

@extends pm_node_t

Aliased Type§

struct pm_hash_node_t {
    pub base: pm_node,
    pub opening_loc: pm_location_t,
    pub elements: pm_node_list,
    pub closing_loc: pm_location_t,
}

Fields§

§base: pm_node

The embedded base node.

§opening_loc: pm_location_t

HashNode#opening_loc

§elements: pm_node_list

HashNode#elements

§closing_loc: pm_location_t

HashNode#closing_loc