Module libp2p_websocket::framed
source · Structs§
- The websocket connection.
- A Websocket transport whose output type is a
Stream
andSink
of frame payloads which does not implementAsyncRead
orAsyncWrite
. Seecrate::WsConfig
if you require the latter.
Enums§
- Application data received over the websocket connection
- Data or control information received over the websocket connection.
- Data sent over the websocket connection.