[][src]Module ratelimit_meter::example_algorithms

No-op examples.

Structs

Allower

The most naive implementation of a rate-limiter ever: Always allows every cell through.

Always

A pseudo-instant that never changes.

ForeverClock

Enums

Impossible

A non-error - the Allower example rate-limiter always returns a positive result, so this error is never returned.