pub fn parse_thread_id(value: &Value) -> Option<String>
Parse thread id from common JSON-RPC result shapes. Allocation: one String on match. Complexity: O(1).