Trait carapax::ratelimit::Key

source ·
pub trait Key: Clone + Eq + Hash + TryFromInput { }
Available on crate feature ratelimit only.
Expand description

Represents a key for a keyed rate limiter.

Object Safety§

This trait is not object safe.

Implementors§