|
|
|
|
|
by Tyr42
151 days ago
|
|
Sounds like checked and unchecked exceptions. I mean, this could be a syntax wrapper for java checked exceptions right? Those are isomorphic to Result<_, Err> in that you must handle or propagate the error. The syntax is different, sure. |
|