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