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