Need better error handling when things go wrong converting between types, e.g. ZmqMessage -> WireProtocol -> Message<T> -> Response. It's also frustrating that I can't "go to definition" in VSCode to get to the relevant From impl, it just takes me to source into code.
Need better error handling when things go wrong converting between types, e.g.
ZmqMessage->WireProtocol->Message<T>->Response. It's also frustrating that I can't "go to definition" in VSCode to get to the relevantFromimpl, it just takes me to sourceintocode.