Type Alias LimitPerSecond

Source
pub type LimitPerSecond<const COUNT: usize, K> = Limit<COUNT, 1000, K>;
Expand description

Rate limit configured to apply per second.

Aliased Type§

pub struct LimitPerSecond<const COUNT: usize, K>(pub <K as Key>::Extractor);

Tuple Fields§

§0: <K as Key>::Extractor