Crate tokio_tungstenite_wasm

Crate tokio_tungstenite_wasm 

Source

Structs§

Bytes
A cheaply cloneable and sliceable chunk of contiguous memory.
CloseFrame
A struct representing the close command.
Utf8Bytes
Utf8 payload.
WebSocketStream

Enums§

CloseCode
Status code used to indicate why an endpoint is closing the WebSocket connection.
Error
Possible WebSocket errors.
Message
An enum representing the various forms of a WebSocket message.

Functions§

connect
connect_with_protocols

Type Aliases§

Result
Result type of all Tungstenite library calls.