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
This is related to e.g. #67, but for the simple usecase of just wanting to ignore one or two arguments, something like
#[cached] fn hello(a: usize, #[cached(skip)] b: String)
would be nicer to use IMO.
The text was updated successfully, but these errors were encountered:
+1. Current method is pretty clunky, especially when you've got a lot of other parameters.
Sorry, something went wrong.
No branches or pull requests
This is related to e.g. #67, but for the simple usecase of just wanting to ignore one or two arguments, something like
would be nicer to use IMO.
The text was updated successfully, but these errors were encountered: