pub unsafe fn yaml_emitter_set_canonical(
emitter: *mut yaml_emitter_t,
canonical: bool,
)
Expand description
Set if the output should be in the “canonical” format as in the YAML specification.
pub unsafe fn yaml_emitter_set_canonical(
emitter: *mut yaml_emitter_t,
canonical: bool,
)
Set if the output should be in the “canonical” format as in the YAML specification.