Skip to main content

render_expr_src

Function render_expr_src 

Source
fn render_expr_src(e: &Expr) -> String
Expand description

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.