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

pub trait KeyableRateLimitState<P, I: Absolute>: RateLimitStateWithClock<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: RateLimitStateWithClock<P, I> + ShallowCopy,
    I: Absolute
[src]

Loading content...