Module framed
Available on crate feature
websocket and non-WebAssembly only.Structs§
- Config
- Connection
- The websocket connection.
Enums§
- Data
- Application data received over the websocket connection
- Incoming
- Data or control information received over the websocket connection.
- Outgoing
Data - Data sent over the websocket connection.
Type Aliases§
- WsConfig
Deprecated - A Websocket transport whose output type is a [
Stream] and [Sink] of frame payloads which does not implement [AsyncRead] or [AsyncWrite]. Seecrate::Configif you require the latter.