Struct cranelift_codegen_meta::error::Error[][src]

pub struct Error { /* fields omitted */ }

An error that occurred when the cranelift_codegen_meta crate was generating source files for the cranelift_codegen crate.

Methods

impl Error
[src]

Create a new error object with the given message.

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter. Read more

impl Display for Error
[src]

Formats the value using the given formatter. Read more

impl From<Error> for Error
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Error

impl Sync for Error