AnyFieldMapping

public protocol AnyFieldMapping : Hashable

Undocumented

  • Undocumented

    Declaration

    Swift

    var field: String { get }
  • ==(_:_:) Extension method

    Declaration

    Swift

    static func == (lhs: Self, rhs: Self) -> Bool
  • hash(into:) Extension method

    Declaration

    Swift

    func hash(into hasher: inout Hasher)