pub fn standalone_decode_value<T: Persistable>(
    bytes: &[u8],
    metadata: &WireMetadata
) -> Result<T>
Expand description

Decodes a FIDL object from bytes and wire metadata following RFC-0120. Must be a non-resource struct, table, or union.