Function write_to_file

Source
pub(crate) fn write_to_file<S: AsRef<str>>(
    file: &mut File,
    contents: S,
) -> Result<()>