pub trait Source: Send { }
A stream source โ anything that produces TextChunks. Implemented by: string buffer (WASM/server), file reader (CLI/batch), HTTP body.
TextChunk