Expand description
QUIC Transport implementation with Quinn
This module implements QUIC traits with Quinn.
Re-exports§
pub use quinn;
Structs§
- Bidi
Stream - Connection
- Connection
Error - Endpoint
- A QUIC endpoint.
- Incoming
BiStreams - A stream of bidirectional QUIC streams initiated by a remote peer.
- Incoming
UniStreams - A stream of unidirectional QUIC streams initiated by a remote peer.
- NewConnection
- Components of a newly established connection
- OpenBi
- A future that will resolve into an opened outgoing bidirectional stream
- Open
Streams - OpenUni
- A future that will resolve into an opened outgoing unidirectional stream
- Read
Error - Recv
Stream - Send
Stream - VarInt
- An integer less than 2^62
Enums§
- Send
Stream Error - Write
Error - Errors that arise from writing to a stream
Traits§
- Session
- A cryptographic session (commonly TLS)