Skip to main content

YamlNodePairT

Type Alias YamlNodePairT 

Source
pub type YamlNodePairT = yaml_node_pair_t;
👎Deprecated since 0.0.6:

libyml is unmaintained. Migrate to a maintained alternative (unsafe-libyaml, yaml-rust2, or noyalib). See MIGRATION.md.

Expand description

Aliased Type§

#[repr(C)]
pub struct YamlNodePairT { pub key: i32, pub value: i32, }

Fields§

§key: i32

The key of the element.

§value: i32

The value of the element.