Module json_rpc

Module json_rpc 

Source

Re-exports§

pub use crate::json_rpc::error::DefaultError;
pub use crate::json_rpc::error::ErrorData;
pub use crate::no_params::NoParams;

Modules§

error

Structs§

JsonRpcMethod
Defines a json-rpc method and describes the schema of the input I, output O and error-type E.
JsonRpcRequest
JsonRpcResponseFailure
JsonRpcResponseSuccess

Enums§

JsonRpcId
JsonRpcResponse

Functions§

generate_random_rpc_id
Generate a random json_rpc_id string that follows the requirements of LSPS0