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
Basically, we should rename:
Function::new
Function::new_with_env
Function::new_native
Function::new_typed_with_env
And then create:
Function::new_typed
The text was updated successfully, but these errors were encountered:
Function::*_with_env(…)
ced8378
silwol
Successfully merging a pull request may close this issue.
Basically, we should rename:
Function::new
toFunction::new_with_env
Function::new_native
toFunction::new_typed_with_env
And then create:
Function::new
(with no environment in the arg function, neither in the callback/closure provided)Function::new_typed
(with no environment in the arg function, neither in the callback/closure provided)The text was updated successfully, but these errors were encountered: