A "Result" type in rust is conventionally always meant to be a enum with an error variant. This should be called `SyncResponse` since it is what you get after sending a `SyncRequest`. The present name should be deprecated and type alias to `SyncRequest`.
A "Result" type in rust is conventionally always meant to be a enum with an error variant.
This should be called
SyncResponsesince it is what you get after sending aSyncRequest.The present name should be deprecated and type alias to
SyncRequest.