Number of namespaces pushed with begin_namespace
(&self)
| 97 | |
| 98 | /// Number of namespaces pushed with begin_namespace |
| 99 | pub fn namespace_size(&self) -> usize { |
| 100 | unsafe { BNGetKeyValueStoreNamespaceSize(self.handle.as_ptr()) } |
| 101 | } |
| 102 | } |
| 103 | |
| 104 | impl ToOwned for KeyValueStore { |