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