pub trait Host { // Required method fn exit(&mut self, status: Result<(), ()>) -> Result<()>; }
Exit the curerent instance and any linked instances.