pub type WalEntryStream<'a> = BoxStream<'a, Result<(EntryId, WalEntry)>>;
Expand description
A stream that yields tuple of WAL entry id and corresponding entry.
Aliased Typeยง
#[repr(transparent)]pub struct WalEntryStream<'a> { /* private fields */ }