macro_rules! param_object {
($($key:expr => $value:expr),* $(,)?) => { ... };
}Expand description
Macro to create ParameterValue objects with mixed types easily
macro_rules! param_object {
($($key:expr => $value:expr),* $(,)?) => { ... };
}Macro to create ParameterValue objects with mixed types easily