syn::gen::fold

Function fold_expr_cast

source
pub fn fold_expr_cast<F>(f: &mut F, node: ExprCast) -> ExprCast
where F: Fold + ?Sized,