pub fn message_or_default<'a>(key: &str, default: &'a str) -> Cow<'a, str>
Return a customized message if present, otherwise the provided default.