FxtPacketSerializer

Type Alias FxtPacketSerializer 

Source
pub type FxtPacketSerializer<I> = PacketSerializer<FxtPacketFormat<I>>;

Aliased Type§

pub struct FxtPacketSerializer<I> { /* private fields */ }

Implementations§

Source§

impl<I> FxtPacketSerializer<I>

Source

pub fn new( stats: Arc<BatchIteratorConnectionStats>, max_packet_size: u64, items: I, ) -> Self