polysig_client

Type Alias EventLoop

Source
pub type EventLoop = EventLoop<Message, Error, SplitStream<WebSocketStream<MaybeTlsStream<TcpStream>>>, SplitSink<WebSocketStream<MaybeTlsStream<TcpStream>>, Message>>;
Available on not (WebAssembly and target_os="unknown").
Expand description

Event loop for the websocket client.

Aliased Typeยง

struct EventLoop { /* private fields */ }