Skip to content
New issue

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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export worker::cache::CacheKey and worker::env::EnvBinding #322

Merged
merged 1 commit into from May 17, 2023

Conversation

aseure
Copy link
Member

@aseure aseure commented May 17, 2023

馃敄 Summary

The worker::cache::CacheKey is useful when the user wants to wrap the cache methods by accepting the same bounds for the generic key type.

The worker::env::EnvBinding export is a follow-up to #318. Without that export, the user cannot implement the EnvBinding trait which is required by the the worker::env::Env::get_binding() method.

The `worker::cache::CacheKey` is useful when the user wants to wrap the
cache methods by accepting the same bounds for the generic key type.

The `worker::env::EnvBinding` export is a follow-up to
#318. Without that export,
the user cannot implement the `EnvBinding` trait which is required by
the the `worker::env::Env::get_binding()` method.
@aseure aseure requested review from zebp and xtuc May 17, 2023 13:40
@zebp zebp merged commit 275dd19 into main May 17, 2023
3 checks passed
@zebp zebp deleted the aseure/add-missing-exports branch May 17, 2023 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants