Function ipc_get

Source
fn ipc_get<T: FromStr>(method: &str, args: Value, jq_path: &str) -> Option<T>
Expand description

Helper to call IPC and extract a value using jq.