Replies: 1 comment 2 replies
-
Good idea. No, I don't think so at the moment. I guess you could debug print both as a workaround and compare the debug prints. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to compare instances of the
Message
type? It's hard to write unit tests to make sure that implementor's code is working as expected without being able to write things likeassert_eq!(sample_message, test_message
, for example.Beta Was this translation helpful? Give feedback.
All reactions