Rust error type
C39529
concept
A Rust error type is a structured representation of failure conditions that implements error-related traits (like `Error`, `Display`, and often `Debug`) to enable robust, type-safe error handling and propagation in Rust programs.
Instances (1)
| Instance | Via concept surface |
|---|---|
|
std::time module
surface form:
std::time::SystemTimeError
|
— |