Crate nash_ws

Crate nash_ws 

Source
Expand description

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 Aliases§

BackendError
Specific error to each backend.
WebsocketResult
Result type of nash-ws.