Macro non_empty_string_vec

Source
macro_rules! non_empty_string_vec {
    ( $( $x:expr ),* ) => { ... };
}