Skip to main content

decode_full_snapshot_from_packet

Function decode_full_snapshot_from_packet 

Source
pub fn decode_full_snapshot_from_packet(
    schema: &Schema,
    packet: &WirePacket<'_>,
    limits: &CodecLimits,
) -> CodecResult<Snapshot>
Expand description

Decodes a full snapshot from a parsed wire packet.