Returns how many key-value pairs are set.
(&self)
| 379 | |
| 380 | /// Returns how many key-value pairs are set. |
| 381 | pub fn len(&self) -> usize { |
| 382 | self.inner.len() |
| 383 | } |
| 384 | |
| 385 | /// Get the given parameter and parse as `i32`. |
| 386 | pub fn get_int(&self, key: Param) -> Option<i32> { |
no outgoing calls