parse_server_time_response

Function parse_server_time_response 

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

Parses a Bybit server time response from raw JSON bytes.

ยงErrors

Returns an error if deserialization fails.