mito2::wal::raw_entry_reader

Type Alias EntryStream

Source
pub type EntryStream<'a> = BoxStream<'a, Result<Entry>>;
Expand description

A stream that yields Entry.

Aliased Typeยง

struct EntryStream<'a> {}