Update db.rs

master
Maxim Molchanov 6 years ago committed by GitHub
parent f784fc2692
commit 278f7762f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      src/db.rs

@ -182,6 +182,9 @@ pub struct DBIterator {
just_seeked: bool,
}
unsafe impl Send for DBIterator {}
unsafe impl Sync for DBIterator {}
pub enum Direction {
Forward,
Reverse,

Loading…
Cancel
Save