Macro to_string_str

Source
macro_rules! to_string_str {
    {$($($x:ident)*),+} => { ... };
}