Function iterative_methods::write_yaml_object[][src]

pub fn write_yaml_object<T>(item: &T, file_writer: &mut File) -> Result<()> where
    T: YamlDataType
Expand description

Function used by WriteYamlDocuments to specify how to write each item to file.