Skip to main content

Module datagram_handler

Module datagram_handler 

Source
Expand description

Traits which define the user API for datagrams. These traits are implemented for the client and server types in the http3 crate.

Structs§

DatagramReader
DatagramSender
Gives the ability to send datagrams.

Enums§

SendDatagramError
Types of errors when sending a datagram.

Traits§

HandleDatagramsExt