[][src]Trait flumedb::iter_at_offset::IterAtOffset

pub trait IterAtOffset<I: Iterator<Item = LogEntry>> {
    fn iter_at_offset(&self, offset: u64) -> I;
}

Required methods

fn iter_at_offset(&self, offset: u64) -> I

Loading content...

Implementors

impl IterAtOffset<GoOffsetLogIter> for GoOffsetLog[src]

impl<ByteType> IterAtOffset<Forward<OffsetLogIter<ByteType>>> for OffsetLog<ByteType>[src]

Loading content...