Skip to main content

parse_thread_id

Function parse_thread_id 

Source
pub fn parse_thread_id(value: &Value) -> Option<String>
Expand description

Parse thread id from common JSON-RPC result shapes. Allocation: one String on match. Complexity: O(1).