pub trait Host: Send { // Required method fn get_stdin(&mut self) -> Result<Resource<Box<dyn HostInputStream>>, Error>; }