Function write_yaml_documents

Source
pub fn write_yaml_documents<I, T>(
    it: I,
    file_path: String,
) -> Result<WriteYamlDocuments<I>, Error>
where I: Sized + StreamingIterator<Item = T>, T: Debug,
Expand description

Adaptor that writes each item to a YAML document.