Skip to main content

OnOutputChunk

Type Alias OnOutputChunk 

Source
pub type OnOutputChunk = Arc<dyn Fn(&str) + Send + Sync>;
Expand description

Callback for receiving partial output chunks during streaming execution.

Aliased Typeยง

pub struct OnOutputChunk { /* private fields */ }