mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-25 15:38:32 +00:00
b1d6af5ebe
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.