Skip to main content

DockerLogStream

Type Alias DockerLogStream 

Source
pub type DockerLogStream = Pin<Box<dyn Stream<Item = Result<String, DockerError>> + Send>>;
Expand description

Shared type alias for the Docker log stream return type.

Aliased Typeยง

pub struct DockerLogStream { /* private fields */ }