Type Alias mpc_client::EventLoop
source · pub type EventLoop = EventLoop<Message, Error, SplitStream<WebSocketStream<MaybeTlsStream<TcpStream>>>, SplitSink<WebSocketStream<MaybeTlsStream<TcpStream>>, Message>>;
Expand description
Event loop for the websocket client.
Aliased Type§
struct EventLoop { /* private fields */ }