Skip to main content

atomic_write

Function atomic_write 

Source
pub async fn atomic_write(
    path: &Path,
    data: &[u8],
    temp_folder: &Path,
) -> Result<()>