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