Type Definition holochain_websocket::WebsocketMessage[][src]

pub type WebsocketMessage = (SerializedBytes, Respond);
Expand description

The SerializedBytes message contents and the Respond from the WebsocketReceiver Stream.