Skip to main content

parse_bybit_ws_frame

Function parse_bybit_ws_frame 

Source
pub fn parse_bybit_ws_frame(value: Value) -> BybitWsFrame
Expand description

Classifies a parsed JSON value into a typed Bybit WebSocket frame.

Returns Unknown(value) if no specific type matches.