Skip to main content

parse_response_handle

Function parse_response_handle 

Source
pub fn parse_response_handle(data: &[u8]) -> Result<i64, VoltError>
Expand description

Parse the handle from a response message.

Assumes the first byte is status and the next 8 bytes are the handle.