Struct grenad::RevPrefixIter [−][src]
pub struct RevPrefixIter<R> { /* fields omitted */ }Expand description
An iterator that is able to yield all the entries with a key that starts with a given prefix in reverse order.
Implementations
Trait Implementations
Auto Trait Implementations
impl<R> RefUnwindSafe for RevPrefixIter<R> where
R: RefUnwindSafe,
impl<R> Send for RevPrefixIter<R> where
R: Send,
impl<R> Sync for RevPrefixIter<R> where
R: Sync,
impl<R> Unpin for RevPrefixIter<R> where
R: Unpin,
impl<R> UnwindSafe for RevPrefixIter<R> where
R: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more