write

Function write 

Source
pub async fn write(
    path: impl AsRef<Path>,
    content: impl AsRef<[u8]>,
) -> Result<()>