Skip to main content

OutputExt

Trait OutputExt 

Source
pub trait OutputExt {
    // Required methods
    fn stderr(&self) -> String;
    fn stdout(&self) -> String;
}

Required Methods§

Source

fn stderr(&self) -> String

Source

fn stdout(&self) -> String

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl OutputExt for Output

Source§

fn stderr(&self) -> String

Source§

fn stdout(&self) -> String

Implementors§