Struct eflint_to_json::ChildStream
source · pub struct ChildStream(/* private fields */);
Expand description
Defines a wrapper around ChildStdout
/[ChildStderr
] that allow them to be serialized as errors in a trace.
Trait Implementations§
source§impl Debug for ChildStream
impl Debug for ChildStream
source§impl Display for ChildStream
impl Display for ChildStream
source§impl Error for ChildStream
impl Error for ChildStream
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 ChildStream
impl RefUnwindSafe for ChildStream
impl Send for ChildStream
impl Sync for ChildStream
impl Unpin for ChildStream
impl UnwindSafe for ChildStream
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