[][src]Module tab_websocket::bus

Structs

WebsocketCarrier

Carries requests & responses between the websocket, and the attached bus (which must implement WebsocketMessageBus).

WebsocketConnectionBus
WebsocketListenerBus

Traits

WebsocketMessageBus

Defines a Send and Receive message type, and constrains the Message implementation on the bus. Allows the WebsocketConnectionBus to carry messages onto the bus.