Returns the current budget (one time burst allowance notwithstanding).
(&self)
| 240 | |
| 241 | /// Returns the current budget (one time burst allowance notwithstanding). |
| 242 | pub fn budget(&self) -> u64 { |
| 243 | self.budget |
| 244 | } |
| 245 | } |
| 246 | |
| 247 | /// Enum that describes the type of token used. |