Returns true if the metadata is empty.
(&self)
| 300 | |
| 301 | /// Returns true if the metadata is empty. |
| 302 | pub fn is_empty(&self) -> bool { |
| 303 | self.inner.is_empty() |
| 304 | } |
| 305 | |
| 306 | /// Returns the number of key-value pairs in the metadata. |
| 307 | pub fn len(&self) -> usize { |
no outgoing calls