We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 732ce45 commit 31f8eacCopy full SHA for 31f8eac
Sources/OpenGraph/Attribute/Rule/AnyRuleContext.swift
@@ -8,7 +8,7 @@
8
public import OpenGraph_SPI
9
10
@frozen
11
-public struct AnyRuleContext {
+public struct AnyRuleContext: Equatable {
12
public var attribute: AnyAttribute
13
14
public init(attribute: AnyAttribute) {
Sources/OpenGraph/Attribute/Rule/RuleContext.swift
-public struct RuleContext<Value> {
+public struct RuleContext<Value>: Equatable {
public var attribute: Attribute<Value>
public init(attribute: Attribute<Value>) {
0 commit comments