pub struct ReadError(_);
ReadRng error type
ReadRng
Formats the value using the given formatter. Read more
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
use the Display impl or to_string()
replaced by Error::source, which can support downcasting
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
Performs the conversion.
Converts the given value to a String. Read more
String
The type returned in the event of a conversion error.