macro_rules! string_vec { ( $( $x:expr ),* ) => { ... }; }
Same as vec! but calls to_string() on all the elements.
vec!
to_string()