Skip to main content

FxtPacketSerializer

Type Alias FxtPacketSerializer 

Source
pub type FxtPacketSerializer = PacketSerializer<FxtPacketFormat>;

Aliased Type§

pub struct FxtPacketSerializer { /* private fields */ }

Implementations§

Source§

impl FxtPacketSerializer

Source

pub fn new( stats: Arc<BatchIteratorConnectionStats>, max_packet_size: u64, cursor: FilterCursor, subscribe_to_manifest: bool, ) -> Self