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