EntryStream

Type Alias EntryStream 

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

A stream that yields Entry.

Aliased Typeยง

#[repr(transparent)]
pub struct EntryStream<'a> { /* private fields */ }