pub struct PipedStdout { /* private fields */ }
Expand description
Intercept stdout
Implementations§
Source§impl PipedStdout
impl PipedStdout
Sourcepub fn get_reader(&mut self) -> &mut PipeReader
pub fn get_reader(&mut self) -> &mut PipeReader
Get reader of pipe
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PipedStdout
impl RefUnwindSafe for PipedStdout
impl Send for PipedStdout
impl Sync for PipedStdout
impl Unpin for PipedStdout
impl UnwindSafe for PipedStdout
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