pub struct ProcessStreamWriter {
pub tx: Sender<StreamChunk>,
}Expand description
Writer side for process streams
Fields§
§tx: Sender<StreamChunk>Implementations§
Auto Trait Implementations§
impl Freeze for ProcessStreamWriter
impl RefUnwindSafe for ProcessStreamWriter
impl Send for ProcessStreamWriter
impl Sync for ProcessStreamWriter
impl Unpin for ProcessStreamWriter
impl UnsafeUnpin for ProcessStreamWriter
impl UnwindSafe for ProcessStreamWriter
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