Skip to content

Commit 7524022

Browse files
authored
Make PostgresCodable typealias public (#363)
1 parent dbefcb0 commit 7524022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/PostgresNIO/New/PostgresCodable.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ extension PostgresDecodable {
8181
}
8282

8383
/// A type that can be encoded into and decoded from a postgres binary format
84-
typealias PostgresCodable = PostgresEncodable & PostgresDecodable
84+
public typealias PostgresCodable = PostgresEncodable & PostgresDecodable
8585

8686
extension PostgresEncodable {
8787
@inlinable

0 commit comments

Comments
 (0)