pub fn unpersist<T: Persistable>(bytes: &[u8]) -> Result<T>
Expand description
Decodes a FIDL object from bytes following RFC-0120. Must be a non-resource
struct, table, or union. See persist
for the reverse.
pub fn unpersist<T: Persistable>(bytes: &[u8]) -> Result<T>
Decodes a FIDL object from bytes following RFC-0120. Must be a non-resource
struct, table, or union. See persist
for the reverse.