We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Resolution to: #142
Ideally after: #144
Should be unit enums. Usage is entirely(?) within Recipes
The text was updated successfully, but these errors were encountered:
Should implement
From<&str>
Into<String>
Serialize
Execute
Sorry, something went wrong.
Should implement From<&str>, Into<String>/Serialize
Maybe functions should have different traits/enums for different numbers of variables, rather than just accepting Vec?
Vec
Maybe have:
Execute1
Execute2
ExecuteVec
And functions may implement multiple.
Use macro to create?
No branches or pull requests
Resolution to: #142
Ideally after: #144
Should be unit enums.
Usage is entirely(?) within Recipes
The text was updated successfully, but these errors were encountered: