Type Alias rocksdb::ColumnFamilyRef

source ยท
pub type ColumnFamilyRef<'a> = &'a ColumnFamily;
Expand description

Handy type alias to hide actual type difference to reference ColumnFamily depending on the multi-threaded-cf crate feature.