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