pub type StreamResponse = Box<dyn Stream<Item = Result<GenerateContentResponse, StreamBodyError>> + Unpin>;
Aliased Typeยง
pub struct StreamResponse(/* private fields */);
pub type StreamResponse = Box<dyn Stream<Item = Result<GenerateContentResponse, StreamBodyError>> + Unpin>;
pub struct StreamResponse(/* private fields */);