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