Closed antstorm closed 2 years ago
Replace Error boilerplate with thiserror
thiserror
Simplifies Connection code and provides a better pattern for error definition moving forward
Closes #24
How was this tested: Behaviour hasn't changed, relying on existing specs to catch any errors
Any docs updates needed? No
What was changed
Replace Error boilerplate with
thiserror
Why?
Simplifies Connection code and provides a better pattern for error definition moving forward
Closes #24
How was this tested: Behaviour hasn't changed, relying on existing specs to catch any errors
Any docs updates needed? No