Module lifecycle
Available on crate features
quic and std only.Expand description
Connection lifetime event data.
Structs§
- Connection
Closed View - Connection closure classification, wire error code, and borrowed diagnostic reason.
- Tuple
Endpoint Info - Known endpoint address and initial connection ID. Unknown addresses are omitted.
Enums§
- Connection
Closed Trigger - Cause of connection closure.
- Connection
State - Connection lifecycle state observed by the transport.
- Lifecycle
Event View - Connection start, state transition, and closure observations.
- Reason
View - A diagnostic reason in its original text or wire-byte representation. Invalid UTF-8 is replaced only during serialization, without allocating rendered text.
- Transport
Error Name - QUIC transport error classification, formatted only when serialized.
Type Aliases§
- Connection
Closed - Connection closure details with owned or static backing storage.
- Lifecycle
Event - Lifecycle event with owned or static backing storage.
- Reason
- Diagnostic reason with owned or static backing storage.