pub fn skip_record_fn<'a, V, R>(
visitor: &mut V,
version: u8,
reader: &mut R,
) -> Result<(), DecoderError<V::Error>>Expand description
A free standing implementation of crate::Decoder::skip_record
specifically for Txdata<ProductValue>.