pub enum Error {
    OutOfBounds,
    InvalidType,
    EndOfBuffer,
}
Formats the value using the given formatter. Read more
Formats the value using the given formatter. Read more
Used when a Serialize implementation encounters any error
while serializing a type. Read more
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
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.