ImportExportStream

Type Alias ImportExportStream 

Source
pub type ImportExportStream = Pin<Box<dyn Stream<Item = Result<ImportExportItem>> + Send>>;
Expand description

Stream of results of ImportExportItem

Aliased Typeยง

pub struct ImportExportStream { /* private fields */ }