macro_rules! string_vec { () => { ... }; ($($item:expr_2021),+ $(,)?) => { ... }; }
Create a Vec of owned Strings.
Vec
String