Skip to main content

write_atomic_with_backup_checked

Function write_atomic_with_backup_checked 

Source
pub fn write_atomic_with_backup_checked(
    path: &Path,
    content: &str,
    expected_mtime: Option<SystemTime>,
) -> Result<(), String>