pub fn parse_json_rpc_message(
json_str: &str,
) -> Result<JsonRpcMessage, JsonRpcError>
Expand description
Parse a JSON string into a JSON-RPC message
pub fn parse_json_rpc_message(
json_str: &str,
) -> Result<JsonRpcMessage, JsonRpcError>
Parse a JSON string into a JSON-RPC message