pub type LimitPerHour<const COUNT: usize, K> = Limit<COUNT, 3_600_000, K>;Expand description
Rate limit configured to apply per hour.
Aliased Type§
pub struct LimitPerHour<const COUNT: usize, K>(pub <K as Key>::Extractor);Tuple Fields§
§0: <K as Key>::Extractor