vec_str_ref

Macro vec_str_ref 

Source
macro_rules! vec_str_ref {
    () => { ... };
    ($($x:expr),+ $(,)?) => { ... };
}