[][src]Trait ratelimit_meter::algorithms::KeyableRateLimitState

pub trait KeyableRateLimitState<P, I: Reference>: RateLimitState<P, I> + ShallowCopy { }

Trait implemented by all rate limit states that are compatible with the KeyedRateLimiters.

Implementors

impl<T, P, I> KeyableRateLimitState<P, I> for T where
    T: RateLimitState<P, I> + ShallowCopy,
    I: Reference
[src]

Loading content...