Type Definition rocksdb::ColumnFamilyRef [−][src]
type ColumnFamilyRef<'a> = &'a ColumnFamily;
Handy type alias to hide actual type difference to reference ColumnFamily
depending on the multi-threaded-cf
crate feature.
type ColumnFamilyRef<'a> = &'a ColumnFamily;
Handy type alias to hide actual type difference to reference ColumnFamily
depending on the multi-threaded-cf
crate feature.