pub type LogChunkStream = Pin<Box<dyn Stream<Item = Result<LogChunk>> + Send>>;
Boxed stream of log chunks for a single container.
pub struct LogChunkStream { /* private fields */ }