syn::fold

Function fold_expr_type

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