pub fn process_value(value: Value, kg: &GraphHandle) -> Option<Value>Expand description
Process one parsed JSON-RPC message. None means “no reply” — the message
was a notification (no id), per JSON-RPC.
pub fn process_value(value: Value, kg: &GraphHandle) -> Option<Value>Process one parsed JSON-RPC message. None means “no reply” — the message
was a notification (no id), per JSON-RPC.