pub unsafe fn yaml_emitter_open(emitter: *mut yaml_emitter_t) -> Success
Expand description
Start a YAML stream.
This function should be used before yaml_emitter_dump() is called.
pub unsafe fn yaml_emitter_open(emitter: *mut yaml_emitter_t) -> Success
Start a YAML stream.
This function should be used before yaml_emitter_dump() is called.