pub type YamlSimpleKeyT = yaml_simple_key_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_simple_key_t.
Aliased Type§
#[repr(C)]pub struct YamlSimpleKeyT {
pub possible: bool,
pub required: bool,
pub token_number: u64,
pub mark: yaml_mark_t,
}Fields§
§possible: boolIs a simple key possible?
required: boolIs a simple key required?
token_number: u64The number of the token.
mark: yaml_mark_tThe position mark.