info_kv

Macro info_kv 

Source
macro_rules! info_kv {
    ($msg:expr; $( $key:expr => $val:expr ),+ ) => { ... };
}