Skip to main content

Module quic_traits

Module quic_traits 

Source
Expand description

QUIC Transport traits

This module includes traits and types meant to allow being generic over any QUIC implementation.

Enums§

SendDatagramErrorIncoming
Types of errors when sending a datagram.

Traits§

DatagramConnectionExt
Connection Extension trait for a DatagramHandler type defined by the quic implementation
RecvDatagram
Extends the Connection trait for receiving datagrams
SendDatagram
Extends the Connection trait for sending datagrams