pub struct NemoRelayNativeLlmAsyncStream { /* private fields */ }Expand description
Opaque pull-based downstream LLM stream owned by the host.
Auto Trait Implementations§
impl !Send for NemoRelayNativeLlmAsyncStream
impl !Sync for NemoRelayNativeLlmAsyncStream
impl !Unpin for NemoRelayNativeLlmAsyncStream
impl Freeze for NemoRelayNativeLlmAsyncStream
impl RefUnwindSafe for NemoRelayNativeLlmAsyncStream
impl UnsafeUnpin for NemoRelayNativeLlmAsyncStream
impl UnwindSafe for NemoRelayNativeLlmAsyncStream
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