pub struct CompletionStream { /* private fields */ }Expand description
Streaming response from an LLM completion.
This is a placeholder for now; full implementation in Phase 3.
Auto Trait Implementations§
impl Freeze for CompletionStream
impl RefUnwindSafe for CompletionStream
impl Send for CompletionStream
impl Sync for CompletionStream
impl Unpin for CompletionStream
impl UnsafeUnpin for CompletionStream
impl UnwindSafe for CompletionStream
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more