pub struct Error(_);
Formats the value using the given formatter. Read more
use the Display impl or to_string()
The lower-level source of this error, if any. Read more
backtrace
Returns a stack backtrace, if available, of where this error occurred. Read more
replaced by Error::source, which can support downcasting
Performs the conversion.
Gets the TypeId of self. Read more
TypeId
self
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
Converts the given value to a String. Read more
String
The type returned in the event of a conversion error.