Module workflow_websocket::client 
source · Expand description
async WebSocket client functionality (requires a browser (WASM) or tokio (native) executors)
Re-exports§
pub use config::WebSocketConfig;pub use error::Error;pub use options::ConnectOptions;pub use options::ConnectStrategy;pub use result::Result;pub use message::*;
Modules§
- WebSocket client configuration options
 
Structs§
- An async WebSocket implementation capable of operating uniformly under a browser-backed executor in WASM and under native tokio-runtime.