Struct persy::RecordScannerTx [] [src]

pub struct RecordScannerTx<'a> { /* fields omitted */ }

IntoIterator of persistent records of a segment that include eventual in transaction changes

Methods

impl<'a> RecordScannerTx<'a>
[src]

[src]

Trait Implementations

impl<'a> IntoIterator for RecordScannerTx<'a>
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

[src]

Creates an iterator from a value. Read more

Auto Trait Implementations

impl<'a> Send for RecordScannerTx<'a>

impl<'a> Sync for RecordScannerTx<'a>