Open Kampfkarren opened 5 years ago
This can be done by either having everything return Result<_, E> or by capturing panics.
Result<_, E>
This can be done by either having everything return
Result<_, E>
or by capturing panics.