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