Skip to main content

LogChunkStream

Type Alias LogChunkStream 

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

Boxed stream of log chunks for a single container.

Aliased Typeยง

pub struct LogChunkStream { /* private fields */ }