pub fn visit_expr_cast<V>(v: &mut V, node: &ExprCast)where V: Visit + ?Sized,
Default traversal for ExprCast nodes. Visits the inner expression and target type.
ExprCast