Module transport
Expand description
transport net logic
See TransportContext
for the centerpiece of this module.
Structs§
- Transport
Context - The context as relevant to the transport layer, often used when operating on Tcp/Udp/Tls.
Enums§
- Transport
Protocol - The protocol used for the transport layer.
Traits§
- TryRef
Into Transport Context - Utility trait to support trait bounds where you wish
to turn combined types into a
TransportContext
, not expressible withInto
.