0.3.1 - Add more error handling methods
[0.3.1] - 2023-06-20
Added
- Add
#on_error
toTyped::Result
to allow behavior when an error is encountered during chaining. - Add
#payload_or
toTyped::Result
to allow callers to specify a default value ifFailure
is returned.