pub type WsClientResult<T, E = WsClientError> = Result<T, E>;Expand description
Websocket client result type
Aliased Type§
pub enum WsClientResult<T, E = WsClientError> {
Ok(T),
Err(E),
}pub type WsClientResult<T, E = WsClientError> = Result<T, E>;Websocket client result type
pub enum WsClientResult<T, E = WsClientError> {
Ok(T),
Err(E),
}