Skip to main content

write

Function write 

Source
pub async fn write(
    path: impl AsRef<Path>,
    contents: impl Into<Vec<u8>>,
) -> Result<()>
Expand description

std::fs::write on a blocking worker.