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 dbefcb0 commit 7524022Copy full SHA for 7524022
Sources/PostgresNIO/New/PostgresCodable.swift
@@ -81,7 +81,7 @@ extension PostgresDecodable {
81
}
82
83
/// A type that can be encoded into and decoded from a postgres binary format
84
-typealias PostgresCodable = PostgresEncodable & PostgresDecodable
+public typealias PostgresCodable = PostgresEncodable & PostgresDecodable
85
86
extension PostgresEncodable {
87
@inlinable
0 commit comments