Macro format_msg

Source
macro_rules! format_msg {
    ($theme:expr, $($arg:tt)*) => { ... };
}
Expand description

Macro to format an information message with theme’s style.

§Examples

let msg = format_msg!(theme, "Succesful operation");