Open hadronized opened 7 years ago
I think we shouldn’t handle reporting at all, because it makes some function behave somehow… unstable. We should instead return Result<_, _> and let the user decide how to cope with errors.
Result<_, _>
I think we shouldn’t handle reporting at all, because it makes some function behave somehow… unstable. We should instead return
Result<_, _>
and let the user decide how to cope with errors.