mito2::wal

Type Alias WalEntryStream

Source
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ยง

struct WalEntryStream<'a> {}