Closed KodrAus closed 3 years ago
For #80
This PR replaces our ad-hoc Box<dyn Error> with anyhow::Error so that we can append context to errors.
Box<dyn Error>
anyhow::Error
For #80
This PR replaces our ad-hoc
Box<dyn Error>
withanyhow::Error
so that we can append context to errors.