pub fn write_bytes(path: &Path, contents: impl AsRef<[u8]>) -> Result<()>Expand description
Replace a file’s contents directly.
Use crate::atomic::replace when interruption safety matters.
§Errors
Returns a contextual error when the contents cannot be written.