pub struct ChildStreams(/* private fields */);
Expand description
Defines a wrapper around multiple streams.
Trait Implementations§
Source§impl Debug for ChildStreams
impl Debug for ChildStreams
Source§impl Display for ChildStreams
impl Display for ChildStreams
Source§impl Error for ChildStreams
impl Error for ChildStreams
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Auto Trait Implementations§
impl Freeze for ChildStreams
impl RefUnwindSafe for ChildStreams
impl Send for ChildStreams
impl Sync for ChildStreams
impl Unpin for ChildStreams
impl UnwindSafe for ChildStreams
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