pub struct TeeEvents(pub Arc<dyn EventSink>, pub Arc<dyn EventSink>);Expand description
Both sinks at once: the log sink for the operator’s file, the buffer for
g2’s screen.
Tuple Fields§
§0: Arc<dyn EventSink>§1: Arc<dyn EventSink>Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for TeeEvents
impl !UnwindSafe for TeeEvents
impl Freeze for TeeEvents
impl Send for TeeEvents
impl Sync for TeeEvents
impl Unpin for TeeEvents
impl UnsafeUnpin for TeeEvents
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