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

Required Methods§

Implementors§