Re-exports§
pub use crate::json_rpc::error::DefaultError;pub use crate::json_rpc::error::ErrorData;pub use crate::no_params::NoParams;
Modules§
Structs§
- Json
RpcMethod - Defines a json-rpc method and describes the schema of the input I, output O and error-type E.
- Json
RpcRequest - Json
RpcResponse Failure - Json
RpcResponse Success
Enums§
Functions§
- generate_
random_ rpc_ id - Generate a random json_rpc_id string that follows the requirements of LSPS0