Returns the number of key-value pairs in the metadata.
(&self)
| 305 | |
| 306 | /// Returns the number of key-value pairs in the metadata. |
| 307 | pub fn len(&self) -> usize { |
| 308 | self.inner.len() |
| 309 | } |
| 310 | |
| 311 | /// Convert this `FieldMetadata` into a `HashMap<String, String>` |
| 312 | pub fn to_hashmap(&self) -> std::collections::HashMap<String, String> { |
no outgoing calls