pub fn decode_full_snapshot(
schema: &Schema,
bytes: &[u8],
wire_limits: &Limits,
limits: &CodecLimits,
) -> CodecResult<Snapshot>Expand description
Decodes a full snapshot from raw packet bytes.
pub fn decode_full_snapshot(
schema: &Schema,
bytes: &[u8],
wire_limits: &Limits,
limits: &CodecLimits,
) -> CodecResult<Snapshot>Decodes a full snapshot from raw packet bytes.