Module soketto::connection[][src]

Expand description

A persistent websocket connection after the handshake phase, represented as a Sender and Receiver pair.

Structs

A connection builder.

Reason for closing the connection.

The receiving half of a connection.

The sending half of a connection.

Enums

Errors which may occur when sending or receiving messages.

Is the connection used by a client or server?