pub fn write_document( doc_type: DocumentType, filename: &str, content: &str, ) -> Result<WriteDocumentOk>
Write a document to the active work directory.
doc_type
filename
content
A WriteDocumentOk with the path and bytes written on success.
WriteDocumentOk