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