[][src]Function syn::fold::fold_data_struct

pub fn fold_data_struct<F: ?Sized>(f: &mut F, node: DataStruct) -> DataStruct where
    F: Fold