pub fn fold_meta_list<F>(f: &mut F, node: MetaList) -> MetaListwhere
    F: Fold + ?Sized,
Available on crate feature fold only.