Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-ffi.
pub type LlmCollectorFn = Box<dyn FnMut(Json) -> Result<()> + Send>;
Per-chunk collector used by the streaming LLM runtime.
A Result that is Ok(()) when the chunk was collected.
The callback can return any FlowError to abort stream processing.