pub fn write_yaml_documents<I, T>(
it: I,
file_path: String,
) -> Result<WriteYamlDocuments<I>, Error>
Expand description
Adaptor that writes each item to a YAML document.
pub fn write_yaml_documents<I, T>(
it: I,
file_path: String,
) -> Result<WriteYamlDocuments<I>, Error>
Adaptor that writes each item to a YAML document.