append_to_file

Function append_to_file 

Source
pub async fn append_to_file(file_path: &Path, content: &str) -> Result<()>
Expand description

追加内容到文件,带错误处理