Function alloy_json_rpc::try_deserialize_ok
source ยท pub fn try_deserialize_ok<J, T, E, ErrResp>(
result: RpcResult<J, E, ErrResp>,
) -> RpcResult<T, E, ErrResp>
Expand description
Attempt to deserialize the Ok(_)
variant of an RpcResult
.