pub fn decode_with<R: IntoRead, V: Decode<R::Read>>(
reader: R,
context: Context<'_>,
) -> EncodingResult<V>Expand description
Decodes the given value by constructing an encoder on the fly and using it to wrap the reader, with the given context.