TextCallback

Type Alias TextCallback 

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

Fast-lane sync callback over a text payload (delta, accumulated text, thought).

Aliased Typeยง

pub struct TextCallback(/* private fields */);