message

Function message 

Source
pub fn message(message: &'static str) -> Message
Expand description

Return a new statically allocated message.

Use the message!-macro for convenient format!-like behavior.