pub trait ParseError {
// Required method
fn describe(&self, line_breaks: bool) -> String;
}
Expand description
Defines common behaviour for all errors thrown whilst parsing Baby asm.
pub trait ParseError {
// Required method
fn describe(&self, line_breaks: bool) -> String;
}
Defines common behaviour for all errors thrown whilst parsing Baby asm.