Module rustun::client [] [src]

STUN client related components.

Modules

futures

Future trait implementations.

Structs

BaseClient

A Client trait implementation which can be used as base of other implementations.

TcpClient

A Client trait implementation which uses TcpClientTransport as the transport layer.

UdpClient

A Client trait implementation which uses UdpTransport as the transport layer.

Traits

Client

STUN client.