[][src]Type Definition async_jsonrpc_client::Result

type Result<T, E = RpcError> = Result<T, E>;

A result type that wraps up the rpc client errors.