Function trigout::write_to_file[][src]

pub fn write_to_file(path: PathBuf, c: &str) -> Result<(), Error>

Write c to a file at path Propagates the error message to caller