pub type YamlAliasDataT = yaml_alias_data_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_alias_data_t.
Aliased Type§
#[repr(C)]pub struct YamlAliasDataT {
pub anchor: *mut u8,
pub index: i32,
pub mark: yaml_mark_t,
}Fields§
§anchor: *mut u8The anchor.
index: i32The node id.
mark: yaml_mark_tThe anchor mark.