Skip to main content

YamlSequenceStyleT

Type Alias YamlSequenceStyleT 

Source
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

Aliased Type§

#[repr(u32)]
pub enum YamlSequenceStyleT { YAML_ANY_SEQUENCE_STYLE = 0, YAML_BLOCK_SEQUENCE_STYLE = 1, YAML_FLOW_SEQUENCE_STYLE = 2, }

Variants§

§

YAML_ANY_SEQUENCE_STYLE = 0

Let the emitter choose the style.

§

YAML_BLOCK_SEQUENCE_STYLE = 1

The block sequence style.

§

YAML_FLOW_SEQUENCE_STYLE = 2

The flow sequence style.