Enum longbridge_wscli::WsEvent
source · pub enum WsEvent {
Error(WsClientError),
Push {
command_code: u8,
body: Vec<u8>,
},
}Expand description
The event type of Websocket client
pub enum WsEvent {
Error(WsClientError),
Push {
command_code: u8,
body: Vec<u8>,
},
}The event type of Websocket client