pub struct StdOutput;Expand description
Output handler that writes to the process stdout/stderr streams.
Trait Implementations§
Source§impl OutputHandler for StdOutput
impl OutputHandler for StdOutput
impl Copy for StdOutput
Auto Trait Implementations§
impl Freeze for StdOutput
impl RefUnwindSafe for StdOutput
impl Send for StdOutput
impl Sync for StdOutput
impl Unpin for StdOutput
impl UnsafeUnpin for StdOutput
impl UnwindSafe for StdOutput
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