pub fn missing_field<C, A>(field_tag: u8) -> Errorwhere C: ?Sized,
Yield a PartialDecoder that fails with a comprehensible error message when an expected field is missing from the map.
PartialDecoder