Expand description
Error types for the currency converter application
Enums§
- Currency
Error - Custom error type for currency converter operations
Type Aliases§
- Result
- Type alias for Results using our custom error type This is a common Rust pattern - makes code cleaner