pub fn packet_encoder(
packet: Packet,
protocol: ProtocolVersion,
supports_binary: bool,
) -> BytesExpand description
Encodes a single packet into a byte array.
pub fn packet_encoder(
packet: Packet,
protocol: ProtocolVersion,
supports_binary: bool,
) -> BytesEncodes a single packet into a byte array.