Added docs to iterator_cf_opt

master
Elichai Turkel 5 years ago
parent 57b903d769
commit a3d0cdd8c7
No known key found for this signature in database
GPG Key ID: 5607C93B5F86650C
  1. 2
      src/db.rs

@ -1093,6 +1093,8 @@ impl DB {
DBIterator::new(self, &readopts, mode)
}
/// Opens an interator using the provided ReadOptions.
/// This is used when you want to iterate over a specific ColumnFamily with a modified ReadOptions
pub fn iterator_cf_opt(
&self,
cf_handle: ColumnFamily,

Loading…
Cancel
Save