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