syn::fold

Function fold_meta_list

source
pub fn fold_meta_list<F>(f: &mut F, node: MetaList) -> MetaList
where F: Fold + ?Sized,