pub fn message(message: &'static str) -> MessageExpand description
Return a new statically allocated message.
Use the message!-macro for convenient format!-like behavior.
pub fn message(message: &'static str) -> MessageReturn a new statically allocated message.
Use the message!-macro for convenient format!-like behavior.