Get the inner metadata as a reference to a `BTreeMap`.
(&self)
| 281 | |
| 282 | /// Get the inner metadata as a reference to a `BTreeMap`. |
| 283 | pub fn inner(&self) -> &BTreeMap<String, String> { |
| 284 | &self.inner |
| 285 | } |
| 286 | |
| 287 | /// Return the inner metadata |
| 288 | pub fn into_inner(self) -> Arc<BTreeMap<String, String>> { |
no outgoing calls