Module rocksdb::table_properties_rc[][src]

This provides reference-counted abstractions around table properties collections. It is used by tikv in its own engine abstractions, to avoid the complexities of lifetimes in associated types.

FIXME: Safety - While this does guarantee that all the types created from the collection stay valid for the lifetime of the collection, it doesn’t guarantee that the DB stays valid for the lifetime of the collection.

Structs

TableProperties
TablePropertiesCollection
TablePropertiesCollectionIter
TablePropertiesKey
UserCollectedProperties