Skip to main content

DockerEventStream

Type Alias DockerEventStream 

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

Shared type alias for the complex Docker event stream return type.

Aliased Typeยง

pub struct DockerEventStream { /* private fields */ }