Expand description
NoRateLimit — a no-op RateLimitStore for hosts that opt out of
codlet-managed rate limiting.
Satisfies the RateLimitStore bound without performing any I/O. Use this
as the RL type parameter of super::code::CodeAuth when the host
provides its own rate limiting at the network or application layer.
Structs§
- NoRate
Limit - A no-op rate-limit store. Every
checkreturnsAllow; everyrecord_failureandclear_failuresis a no-op.