foundry_test_utils::util

Trait OutputExt

Source
pub trait OutputExt {
    // Required method
    fn stdout_lossy(&self) -> String;
}
Expand description

Extension trait for Output.

Required Methods§

Source

fn stdout_lossy(&self) -> String

Returns the stdout as lossy string

Implementations on Foreign Types§

Source§

impl OutputExt for Output

Implementors§