Crate nash_ws[][src]

nash-ws is a web and native stream based WebSocket client.

Structs

WebSocket

Stream-based WebSocket.

WebSocketReceiver

Stream-based WebSocket receiver.

WebSocketSender

WebSocket sender. Also responsible for closing the connection.

Enums

Error

Possible WebSocket errors

Message

An enum representing the various forms of a WebSocket message.

Type Definitions

BackendError

Specific error to each backend.

WebsocketResult

Result type of nash-ws.