Trait ablescript::host_interface::HostInterface
source · [−]pub trait HostInterface {
fn print(&mut self, string: &str, new_line: bool) -> Result<()>;
fn read_byte(&mut self) -> Result<u8>;
fn exit(&mut self, code: i32);
}Expand description
Host Environment Interface