mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-10 15:02:56 +00:00
There is a bunch of duplication and manual Result handling that can be simplified by moving the error conversion into a shared function, using `map_err`, and the question mark operator.