macro_rules! string_vec {
    ( $( $x:expr ),* ) => { ... };
}
Expand description

Same as vec! but calls to_string() on all the elements.