Function syn::fold::fold_expr_struct

source ยท
pub fn fold_expr_struct<F>(f: &mut F, node: ExprStruct) -> ExprStruct
where F: Fold + ?Sized,