This commit is contained in:
2026-02-08 08:04:49 -05:00
parent 530e3dccef
commit 554f0e0044

View File

@@ -1,4 +1,4 @@
We use `Call` and `Result` for our own types that wrap `Request` and diachron uses `Call` and `Result` for its own types that wrap `Request` and
`Response`. `Response`.
This hopefully will make things less confusing and avoid problems with shadowing. This hopefully will make things less confusing and avoid problems with shadowing.