pub type ItemStream = Pin<Box<dyn Stream<Item = Result<Value>> + Send>>;
A boxed, pinned stream of serialized STAC items.
#[repr(transparent)]pub struct ItemStream { /* private fields */ }