Function standalone_decode_value

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

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