pub struct SstConcatIterator { /* private fields */ }Expand description
Concat multiple iterators ordered in key order and their key ranges do not overlap. We do not want to create the iterators when initializing this iterator to reduce the overhead of seeking.
Implementations§
Trait Implementations§
Source§impl StorageIterator for SstConcatIterator
impl StorageIterator for SstConcatIterator
Auto Trait Implementations§
impl Freeze for SstConcatIterator
impl !RefUnwindSafe for SstConcatIterator
impl Send for SstConcatIterator
impl Sync for SstConcatIterator
impl Unpin for SstConcatIterator
impl !UnwindSafe for SstConcatIterator
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more