Closed viktaur closed 10 months ago
Hi, in the Rust demo, I feel like the variants representing responses from the server, such as ReadOk or AddOk, would be better suited in a separate Response enum, as they are not expected from a client's request.
Righto!
Hi, in the Rust demo, I feel like the variants representing responses from the server, such as ReadOk or AddOk, would be better suited in a separate Response enum, as they are not expected from a client's request.