Macro output_msg

Source
macro_rules! output_msg {
    ($ty:ty) => { ... };
    ($lt:lifetime, $ty:ty) => { ... };
}