pub type StructuredStream = Pin<Box<dyn Stream<Item = StreamChunk> + Send>>;
pub struct StructuredStream { /* private fields */ }