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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

impl Clone for RateLimit <T> #794

Open
lcmgh opened this issue Sep 2, 2024 · 0 comments
Open

impl Clone for RateLimit <T> #794

lcmgh opened this issue Sep 2, 2024 · 0 comments

Comments

@lcmgh
Copy link

lcmgh commented Sep 2, 2024

ConcurrencyLimit <T> implements Clone here: https://docs.rs/tower/latest/src/tower/limit/concurrency/service.rs.html#96

RateLimit<T> does not https://docs.rs/tower/latest/src/tower/limit/rate/service.rs.html#14

Consequence: I am adding service specific layers by wrapping them into a new Service that auto-implements NamedService but as add_service requires clone the layer must also support it.

@lcmgh lcmgh changed the title impl Clone for impl Clone for RateLimit <T> Sep 2, 2024
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

No branches or pull requests

1 participant