Function syn::fold::fold_pat_struct

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