Skip to main content

Module error

Module error 

Source
Expand description

Error types for the currency converter application

Enums§

CurrencyError
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