use thiserror::Error; #[derive(Error, Debug)] pub enum CalculatorErrors { #[error("IOError")] IOError, }