Skip to main content

ItemStream

Type Alias ItemStream 

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

A boxed, pinned stream of serialized STAC items.

Aliased Typeยง

#[repr(transparent)]
pub struct ItemStream { /* private fields */ }