Macro to_string_str_wrap_in_ref

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