pub fn decode_value<'a>(
reader: &mut Reader<'a>,
data_type: DataType,
dicts: &WireDictionaries,
) -> Result<Value<'a>, DecodeError>Expand description
Decodes a Value from the reader based on the data type (zero-copy).
pub fn decode_value<'a>(
reader: &mut Reader<'a>,
data_type: DataType,
dicts: &WireDictionaries,
) -> Result<Value<'a>, DecodeError>Decodes a Value from the reader based on the data type (zero-copy).