pub fn encode_value(value: &Value) -> Vec<u8> ⓘ
Encodes an inner value to a [type_byte][payload] byte vector.
[type_byte][payload]
Panics for unsupported types (Int, Uint, Decimal, DictionaryId, Any, None, List, Type).