pub type StreamWriter = Arc<dyn Fn(Value) + Send + Sync>;
Custom stream writer that nodes can use to emit custom events.
pub struct StreamWriter { /* private fields */ }