pub trait OutputExt {
// Required methods
fn stdout_lossy(&self) -> String;
fn stderr_lossy(&self) -> String;
}Expand description
Extension trait for Output.
Required Methods§
Sourcefn stdout_lossy(&self) -> String
fn stdout_lossy(&self) -> String
Returns the stdout as lossy string
Sourcefn stderr_lossy(&self) -> String
fn stderr_lossy(&self) -> String
Returns the stderr as lossy string