extract_server_timestamp

Function extract_server_timestamp 

Source
pub fn extract_server_timestamp(us_out: Option<u64>) -> Result<UnixNanos>
Expand description

Extracts server timestamp from response and converts to UnixNanos.

ยงErrors

Returns an error if the server timestamp (us_out) is missing from the response.