Struct cranelift_reader::ParseError [−][src]
A parse error is returned when the parse failed.
Fields
location: Location
Location of the error.
message: String
Error message.
Trait Implementations
impl Debug for ParseError[src]
impl Debug for ParseErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Display for ParseError[src]
impl Display for ParseErrorAuto Trait Implementations
impl Send for ParseError
impl Send for ParseErrorimpl Sync for ParseError
impl Sync for ParseError