QueryConstraint

public struct QueryConstraint : Encodable, Hashable

Used to constrain a query.

  • Declaration

    Swift

    public func encode(to encoder: Encoder) throws
  • Declaration

    Swift

    public static func == (lhs: QueryConstraint, rhs: QueryConstraint) -> Bool
  • Declaration

    Swift

    public func hash(into hasher: inout Hasher)