Skip to main content

RunnableOutputStream

Type Alias RunnableOutputStream 

Source
pub type RunnableOutputStream<'a, O> = Pin<Box<dyn Stream<Item = Result<O, SynapticError>> + Send + 'a>>;
Expand description

A stream of results from a runnable.

Aliased Typeยง

pub struct RunnableOutputStream<'a, O> { /* private fields */ }