pub struct Error { /* fields omitted */ }
Expand description
An error that occurred when the cranelift_codegen_meta crate was generating
source files for the cranelift_codegen crate.
Create a new error object with the given message.
Formats the value using the given formatter. Read more
Formats the value using the given formatter. Read more
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
Converts the given value to a String
. Read more
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.