Skip to main content

decode_value

Function decode_value 

Source
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).