pub trait HostTerminalInput { // Required method fn drop(&mut self, rep: Resource<TerminalInput>) -> Result<()>; }