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 2d2c403 commit a851d79Copy full SHA for a851d79
Sources/CodableDatastore/Datastore/DatastoreFormat.swift
@@ -182,5 +182,5 @@ extension DatastoreFormat {
182
//}
183
184
extension DatastoreFormat where Instance: Identifiable, Instance.ID: Indexable & DiscreteIndexable {
185
- typealias Identifier = Instance.ID
+ public typealias Identifier = Instance.ID
186
}
0 commit comments