macro_rules! string_array_to_variant {
($input:expr, $array:expr, $builder:expr) => { ... };
}
Expand description
Macro to convert string array to variant array
macro_rules! string_array_to_variant {
($input:expr, $array:expr, $builder:expr) => { ... };
}
Macro to convert string array to variant array