feat! drop the RunResult::Error variant
It was never very clear how Failure and Error actually differ, and making the choice was thus unnecessarily difficult for an adapter implementation. Having just Failure is simpler.
We’ll re-introduce other variants if there are actual use cases and things aren’t vague.
Signed-off-by: Lars Wirzenius liw@liw.fi
It was never very clear how Failure and Error actually differ, and making the choice was thus unnecessarily difficult for an adapter implementation. Having just Failure is simpler.
We’ll re-introduce other variants if there are actual use cases and things aren’t vague.
Signed-off-by: Lars Wirzenius liw@liw.fi