Skip to main content

LiveRunCommandStream

Type Alias LiveRunCommandStream 

Source
pub type LiveRunCommandStream = Pin<Box<dyn Stream<Item = LiveRunCommandEntry> + Send>>;
Expand description

Stream of LiveRunCommandEntry consumed by the owning node’s runtime forwarder.

Aliased Type§

pub struct LiveRunCommandStream { /* private fields */ }