fn render_expr_src(e: &Expr) -> String
Render a syn::Expr back to source-like text. proc_macro2 stringifies tokens space-separated (self . 0, size_of (T)), so collapse the spaces around punctuation for a readable form.
syn::Expr
proc_macro2
self . 0
size_of (T)