Function fuchsia_fs::file::write_fidl
source ยท pub async fn write_fidl<T: Persistable>(
file: &FileProxy,
data: &mut T,
) -> Result<(), WriteError>
Expand description
Write the given FIDL message in a binary form into a file open for writing.