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
Alias for unsafe_libyaml::yaml_node_pair_t.
Aliased Type§
#[repr(C)]pub struct YamlNodePairT {
pub key: i32,
pub value: i32,
}Fields§
§key: i32The key of the element.
value: i32The value of the element.