macro_rules! new_limit { ($rate:expr, $burst:expr, $period_seconds:expr) => { ... }; }
Compile-time checked macro to create a new Limit instance. If you want to create dynamically configured limits, use Limit::new instead.
Limit
Limit::new