Function fuchsia_fs::file::write

source ยท
pub async fn write<D>(file: &FileProxy, data: D) -> Result<(), WriteError>
where D: AsRef<[u8]>,
Expand description

Writes the given data into the given file.