Returns the time in milliseconds required to to completely fill the bucket.
(&self)
| 235 | |
| 236 | /// Returns the time in milliseconds required to to completely fill the bucket. |
| 237 | pub fn refill_time_ms(&self) -> u64 { |
| 238 | self.refill_time |
| 239 | } |
| 240 | |
| 241 | /// Returns the current budget (one time burst allowance notwithstanding). |
| 242 | pub fn budget(&self) -> u64 { |
no outgoing calls
no test coverage detected