Function syn::fold::fold_expr_path[][src]

pub fn fold_expr_path<F>(f: &mut F, node: ExprPath) -> ExprPath where
    F: Fold + ?Sized
This is supported on crate feature fold only.