pub type StreamHandler = Box<dyn Fn(String) + Send + Sync>;
Streaming response handler
pub struct StreamHandler(/* private fields */);