append_to_file

Function append_to_file 

Source
pub fn append_to_file(
    file_name: &PathBuf,
    content: &str,
) -> Result<(), Box<dyn Error>>