pub trait Host {
    // Required method
    fn get_stderr(&mut self) -> Result<OutputStream>;
}

Required Methods§

Implementors§