skip_record_fn

Function skip_record_fn 

Source
pub fn skip_record_fn<'a, V, R>(
    visitor: &mut V,
    version: u8,
    reader: &mut R,
) -> Result<(), DecoderError<V::Error>>
where V: Visitor, V::Row: Encode, R: BufReader<'a>,
Expand description

A free standing implementation of crate::Decoder::skip_record specifically for Txdata<ProductValue>.