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