rocksdb

Type Alias 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.