Skip to content

Have user function return a Result #7

Description

@sjwiesman

Currently, user functions return an Effect which means in the case of failure they can only panic. If instead, it returned a Result<Effect, SomeErrorType> there would be a more graceful failure scenario.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions