Function iterative_methods::write_yaml_documents[][src]

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.