Searched refs:result_to_status_code (Results 1 – 1 of 1) sorted by relevance
35 u8::from(result_to_status_code(result, error_msg)) as i8 in byte_result_helper()39 fn result_to_status_code<T>(result: Result<T>, error_msg: &str) -> StatusCode { in result_to_status_code() function