Type Alias LimitPerMinute

Source
pub type LimitPerMinute<const COUNT: usize, K> = Limit<COUNT, 60_000, K>;
Expand description

Rate limit configured to apply per minute.

Aliased Type§

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

Tuple Fields§

§0: <K as Key>::Extractor