Skip to main content

visit_all_collection_elements

Function visit_all_collection_elements 

Source
fn visit_all_collection_elements(
    parent: &mut NbtTag,
    child: &NbtTag,
    visitor: impl FnMut(&mut NbtTag) -> Result<bool, NbtPathMutationError>,
) -> Result<bool, NbtPathMutationError>