☰
RpcResult
RpcResult
In jsonrpsee_core
Modules
client
error
http_helpers
id_providers
middleware
server
tracing
traits
Macros
rpc_params
Structs
JsonRawValue
Enums
JsonValue
Constants
TEN_MB_SIZE_BYTES
Traits
DeserializeOwned
Serialize
Functions
to_json_raw_value
to_json_value
Type Definitions
Cow
RpcResult
?
Type Definition
jsonrpsee_core
::
RpcResult
source
·
[
−
]
pub type RpcResult<T> =
Result
<T,
Error
>;
Expand description
JSON-RPC result.