pub fn decode_ext<T: Decode>(
reader: &mut impl Read,
ctx: Option<&mut DecoderContext>,
) -> Result<T>Expand description
Decodes a value with an optional DecoderContext for deduplication and/or
diff decoding.
pub fn decode_ext<T: Decode>(
reader: &mut impl Read,
ctx: Option<&mut DecoderContext>,
) -> Result<T>Decodes a value with an optional DecoderContext for deduplication and/or
diff decoding.