parse_tickers_spot_response

Function parse_tickers_spot_response 

Source
pub fn parse_tickers_spot_response(
    data: &[u8],
) -> Result<BybitTickersSpotResponse>
Expand description

Parses a Bybit spot tickers response from raw JSON bytes.

ยงErrors

Returns an error if deserialization fails.