Skip to main content

parse_turn_id

Function parse_turn_id 

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

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