Skip to main content

EventStream

Type Alias EventStream 

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

Shared type alias for the complex event stream return type.

Aliased Typeยง

pub struct EventStream { /* private fields */ }