Type Alias holochain_websocket::Pair

source ·
pub type Pair = (WebsocketSender, WebsocketReceiver);
Expand description

WebsocketSender and WebsocketReceiver for an active connection.