pub type StructuredStream = Pin<Box<dyn Stream<Item = StreamChunk> + Send>>;
#[repr(transparent)]pub struct StructuredStream { /* private fields */ }