macro_rules! display_for_error {
    ($error_type:ident, $msg:expr) => { ... };
}