Rust Error Handling
Result, Option, error propagation, and custom error types.
When to Use This Skill
Activate when:
- Returning and handling Result types
- Working with Option for optional values
- Using the ? operator for error propagation
- Implementing custom error types with Display and From
For Result, Option, ? operator, and custom error type patterns, see references/error-handling.md.
