Function syn::fold::fold_data_struct

source ·
pub fn fold_data_struct<F>(f: &mut F, node: DataStruct) -> DataStructwhere
    F: Fold + ?Sized,
Available on crate feature fold only.