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