Function spacetimedb_commitlog::payload::txdata::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>.