mpc_client

Type Alias 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 */ }