Returns the remaining one time burst budget.
(&self)
| 230 | |
| 231 | /// Returns the remaining one time burst budget. |
| 232 | pub fn one_time_burst(&self) -> u64 { |
| 233 | self.one_time_burst |
| 234 | } |
| 235 | |
| 236 | /// Returns the time in milliseconds required to to completely fill the bucket. |
| 237 | pub fn refill_time_ms(&self) -> u64 { |