brightdigit/MistKit

View on GitHub
Sources/MistKit/Protocols/MKContentRecord.swift

Summary

Maintainability
A
0 mins
Test Coverage
public protocol MKContentRecord: MKQueryRecord {
  associatedtype ContentType: Codable

  static func content(fromRecord record: Self) -> ContentType
}