Module yew::services::websocket[][src]

Expand description

A service to connect to a server through the WebSocket Protocol.

Structs

WebSocketService

A WebSocket service attached to a user context.

WebSocketTask

A handle to control the WebSocket connection. Implements Task and could be canceled.

Enums

WebSocketError

An error encountered by a WebSocket.

WebSocketStatus

The status of a WebSocket connection. Used for status notifications.