pub struct OutputContext { /* private fields */ }Expand description
High-level output context — wraps muxer + I/O for easy muxing.
Implementations§
Auto Trait Implementations§
impl Freeze for OutputContext
impl !RefUnwindSafe for OutputContext
impl Send for OutputContext
impl !Sync for OutputContext
impl Unpin for OutputContext
impl UnsafeUnpin for OutputContext
impl !UnwindSafe for OutputContext
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