query_param

Macro query_param 

Source
macro_rules! query_param {
    ($( $key: expr => $val: expr ),*) => { ... };
}