pub fn decode_property_value<'a>(
reader: &mut Reader<'a>,
dicts: &WireDictionaries,
) -> Result<PropertyValue<'a>, DecodeError>Expand description
Decodes a PropertyValue (property index + value + optional language).
pub fn decode_property_value<'a>(
reader: &mut Reader<'a>,
dicts: &WireDictionaries,
) -> Result<PropertyValue<'a>, DecodeError>Decodes a PropertyValue (property index + value + optional language).