You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
lcmgh
changed the title
impl Clone for
impl Clone for RateLimit <T>Sep 2, 2024
ConcurrencyLimit <T>
implementsClone
here: https://docs.rs/tower/latest/src/tower/limit/concurrency/service.rs.html#96RateLimit<T>
does not https://docs.rs/tower/latest/src/tower/limit/rate/service.rs.html#14Consequence: I am adding service specific layers by wrapping them into a new Service that auto-implements
NamedService
but asadd_service
requires clone the layer must also support it.The text was updated successfully, but these errors were encountered: