Re-exports§
pub use msquic;
Structs§
- Future produced by
Connection::accept_inbound_stream(). - Future produced by
Connection::accept_inbound_uni_stream(). - Listener for incoming connections.
- Future produced by
Connection::open_outbound_stream(). - A stream that can only be read from.
- A stream represents a bidirectional or unidirectional stream.
- A buffer for receiving data from a stream.
- A stream that can only be written to.
Enums§
- Errors that can occur when managing a connection.
- Errors that can occur when shutdowning a connection.
- Errors that can occur when starting a connection.
- Errors that can occur when receiving a datagram.
- Errors that can occur when sending a datagram.