pub struct AnthropicStreamAdapter;Expand description
Future: Anthropic adapter
Auto Trait Implementations§
impl Freeze for AnthropicStreamAdapter
impl RefUnwindSafe for AnthropicStreamAdapter
impl Send for AnthropicStreamAdapter
impl Sync for AnthropicStreamAdapter
impl Unpin for AnthropicStreamAdapter
impl UnwindSafe for AnthropicStreamAdapter
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