pub fn extract_ids(json: &Value) -> ExtractedIdsExpand description
Best-effort identifier extraction from known shallow JSON-RPC slots. Allocation: up to 3 Strings (only when ids exist). Complexity: O(1).
pub fn extract_ids(json: &Value) -> ExtractedIdsBest-effort identifier extraction from known shallow JSON-RPC slots. Allocation: up to 3 Strings (only when ids exist). Complexity: O(1).