Module llmvm_protocol::jsonrpc
source · Expand description
JSON-RPC types and methods.
Structs§
- Data structure for a JSON-RPC notification.
- Parameters used to return a result and error for a notification.
- Data structure for a JSON-RPC request.
- Data structure for a JSON-RPC response.
- Data structure for the error in a JSON-RPC response.
Enums§
- A subset of JSON-RPC error codes.
- All supported types of JSON-RPC messages.
Constants§
- The id field name used by the request and response.
- The version of JSON-RPC used by this crate.
- The method field name used by the request and notification.