Skip to main content

decode_ext

Function decode_ext 

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