pub fn decode_field_from_finite_reader<T: Decodable, D: Read>(
decoder: &mut D,
modules: &ModuleDecoderRegistry,
context: &'static str,
) -> Result<T, DecodeError>Expand description
Decodes a field from a finite reader and annotates errors with its schema context.