macro_rules! to_string_expr_wrap_in_deref { {$self:expr ; x $($x:ident)*} => { ... }; {$self:expr ;} => { ... }; }