Function decode_value_raw
pub fn decode_value_raw(buf: &[u8]) -> Option<RuntimeValue>Expand description
Decode a value produced by encode_value_raw (or by an AOT-generated wire_encode)
back into a RuntimeValue. None on any malformed or trailing-byte input.