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 356f54d commit 245ca91Copy full SHA for 245ca91
SQLite Common/Value.swift
@@ -31,7 +31,7 @@ public protocol Value {
31
32
typealias ValueType = Self
33
34
- typealias Datatype
+ typealias Datatype: Binding
35
36
class var declaredDatatype: String { get }
37
0 commit comments