pub type RpcResult<T> = Result<T, RpcError>;
Expand description

A result returned by the client.