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 */ }pub type ImportExportStream = Pin<Box<dyn Stream<Item = Result<ImportExportItem>> + Send>>;Stream of results of ImportExportItem
pub struct ImportExportStream { /* private fields */ }