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.
pub async fn write_fidl<T: Persistable>(
file: &FileProxy,
data: &mut T,
) -> Result<(), WriteError>
Write the given FIDL message in a binary form into a file open for writing.