pub unsafe fn yaml_document_append_mapping_pair(
document: *mut yaml_document_t,
mapping: i32,
key: i32,
value: i32
) -> Success
Expand description
Add a pair of a key and a value to a MAPPING node.
pub unsafe fn yaml_document_append_mapping_pair(
document: *mut yaml_document_t,
mapping: i32,
key: i32,
value: i32
) -> Success
Add a pair of a key and a value to a MAPPING node.