Skip to main content

YamlSimpleKeyT

Type Alias YamlSimpleKeyT 

Source
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

Aliased Type§

#[repr(C)]
pub struct YamlSimpleKeyT { pub possible: bool, pub required: bool, pub token_number: u64, pub mark: yaml_mark_t, }

Fields§

§possible: bool

Is a simple key possible?

§required: bool

Is a simple key required?

§token_number: u64

The number of the token.

§mark: yaml_mark_t

The position mark.