[][src]Function syn::fold::fold_pat_struct

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