pub type YamlSequenceStyleT = yaml_sequence_style_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_sequence_style_t.
Aliased Type§
#[repr(u32)]pub enum YamlSequenceStyleT {
YAML_ANY_SEQUENCE_STYLE = 0,
YAML_BLOCK_SEQUENCE_STYLE = 1,
YAML_FLOW_SEQUENCE_STYLE = 2,
}