syn::expr::printing

Function print_expr

source
pub(crate) fn print_expr(
    expr: &Expr,
    tokens: &mut TokenStream,
    fixup: FixupContext,
)