Skip to main content

YamlAliasDataT

Type Alias YamlAliasDataT 

Source
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

Aliased Type§

#[repr(C)]
pub struct YamlAliasDataT { pub anchor: *mut u8, pub index: i32, pub mark: yaml_mark_t, }

Fields§

§anchor: *mut u8

The anchor.

§index: i32

The node id.

§mark: yaml_mark_t

The anchor mark.