Function fuchsia_fs::file::write
source ยท pub async fn write<D>(file: &FileProxy, data: D) -> Result<(), WriteError>
Expand description
Writes the given data into the given file.
pub async fn write<D>(file: &FileProxy, data: D) -> Result<(), WriteError>
Writes the given data into the given file.