pub type WsClientResult<T> = Result<T, WsClientError>;Expand description
WebSocket 客户端结果类型别名。
Aliased Type§
pub enum WsClientResult<T> {
Ok(T),
Err(WsClientError),
}pub type WsClientResult<T> = Result<T, WsClientError>;WebSocket 客户端结果类型别名。
pub enum WsClientResult<T> {
Ok(T),
Err(WsClientError),
}