[][src]Type Definition async_jsonrpc_client::Result

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

A result type that wraps up the rpc client errors.