pub type DockerLogStream = Pin<Box<dyn Stream<Item = Result<String, DockerError>> + Send>>;
Shared type alias for the Docker log stream return type.
pub struct DockerLogStream { /* private fields */ }