nemo icon indicating copy to clipboard operation
nemo copied to clipboard

Avoid dependencies on (external) error types

Open matzemathics opened this issue 1 year ago • 8 comments

Anyhow provides an idiomatic way for passing around errors without the need to keep every single one of them in a combined error enum, which should reduce inter-dependencies without limiting our ability to inspect errors later on.

matzemathics avatar Nov 27 '23 09:11 matzemathics