Struct std::fmt::Error

struct Error { ... }

Error that can occur during a string formatting operation.

This error can signal many different things - either the value is somehow invalid and cannot be formatted, or there is an I/O error if the formatter is performing I/O operations.

Methods

impl Error { ... }