pub type WsClientResult<T, E = WsClientError> = Result<T, E>;
Expand description

Websocket client result type