pub fn consume_record_fn<'a, V, R>(
visitor: &mut V,
version: u8,
tx_offset: u64,
reader: &mut R,
) -> Result<(), DecoderError<V::Error>>Expand description
Variant of decode_record_fn which expects, but doesn’t allocate
Txdata records.