Skip to main content

StreamWriter

Type Alias StreamWriter 

Source
pub type StreamWriter = Arc<dyn Fn(Value) + Send + Sync>;
Expand description

Custom stream writer that nodes can use to emit custom events.

Aliased Typeยง

pub struct StreamWriter { /* private fields */ }