Type Alias EntryStream

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

A stream that yields Entry.

Aliased Typeยง

struct EntryStream<'a> { /* private fields */ }