Module transport

Expand description

transport net logic

See TransportContext for the centerpiece of this module.

Structs§

TransportContext
The context as relevant to the transport layer, often used when operating on Tcp/Udp/Tls.

Enums§

TransportProtocol
The protocol used for the transport layer.

Traits§

TryRefIntoTransportContext
Utility trait to support trait bounds where you wish to turn combined types into a TransportContext, not expressible with Into.