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