1 2 3 4 5 6 7
// Module internal errors crate::module_errors!( Error { // SettingsError(e: String) => "{}", VariableNotSet(v: String) => "'{}' is not set" } );