Skip to main content

YamlMappingStyleT

Type Alias YamlMappingStyleT 

Source
pub type YamlMappingStyleT = yaml_mapping_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 YamlMappingStyleT { YAML_ANY_MAPPING_STYLE = 0, YAML_BLOCK_MAPPING_STYLE = 1, YAML_FLOW_MAPPING_STYLE = 2, }

Variants§

§

YAML_ANY_MAPPING_STYLE = 0

Let the emitter choose the style.

§

YAML_BLOCK_MAPPING_STYLE = 1

The block mapping style.

§

YAML_FLOW_MAPPING_STYLE = 2

The flow mapping style.