Expand description
QUIC Transport implementation with Quinn
This module implements QUIC traits with Quinn.
Re-exports§
pub use quinn;
Structs§
- Accept
Bi - Future produced by
Connection::accept_bi - Accept
Uni - Future produced by
Connection::accept_uni - Bidi
Stream - Quinn-backed bidirectional stream
- Connection
- A QUIC connection backed by Quinn
- Connection
Error - The error type for
Connection - Endpoint
- A QUIC endpoint.
- OpenBi
- Future produced by
Connection::open_bi - Open
Streams - Stream opener backed by a Quinn connection
- OpenUni
- Future produced by
Connection::open_uni - Read
Error - The error type for
RecvStream - Recv
Stream - Quinn-backed receive stream
- Send
Stream - Quinn-backed send stream
- VarInt
- An integer less than 2^62
Enums§
- Send
Datagram Error - Types of errors when sending a datagram.
- Send
Stream Error - The error type for
SendStream - Write
Error - Errors that arise from writing to a stream
Traits§
- Session
- A cryptographic session (commonly TLS)