write_document_file

Function write_document_file 

Source
pub fn write_document_file<S: AsRef<str>, P: AsRef<Path>>(
    content: S,
    dest_file: P,
) -> Result<()>