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