pub fn fold_document_prelude_matching_functions<V: ?Sized + Fold>(
    _visitor: &mut V,
    n: Vec<DocumentPreludeMatchingFunction>
) -> Vec<DocumentPreludeMatchingFunction>
Expand description

Visits children of the nodes with the given visitor.

This is the default implementation of a method of Fold.