pub trait OutputExt {
// Required method
fn stdout_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