Add stub nomenclature doc

This commit is contained in:
Michael Wolf
2025-11-17 19:54:53 -06:00
parent 8ca89b75cd
commit b0eaf6b136

4
docs/nomenclature.md Normal file
View File

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