Function glory_cli::ext::fs::write

source ·
pub async fn write<P: AsRef<Path>, C: AsRef<[u8]>>(
    path: P,
    contents: C
) -> Result<()>