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