Skip to main content

Source

Trait Source 

Source
pub trait Source: Send { }
Expand description

A stream source โ€” anything that produces TextChunks. Implemented by: string buffer (WASM/server), file reader (CLI/batch), HTTP body.

Implementorsยง