pub type EntryStream<'a> = BoxStream<'a, Result<Entry>>;
A stream that yields [Entry].
struct EntryStream<'a> { /* private fields */ }