Skip to content

0.3.1 - Add more error handling methods

Compare
Choose a tag to compare
@maxveldink maxveldink released this 20 Jun 14:46
· 13 commits to main since this release
7f7f334

[0.3.1] - 2023-06-20

Added

  • Add #on_error to Typed::Result to allow behavior when an error is encountered during chaining.
  • Add #payload_or to Typed::Result to allow callers to specify a default value if Failure is returned.