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 86cfb21 commit 1095edbCopy full SHA for 1095edb
src/typeid.rs
@@ -74,6 +74,7 @@ impl TypeIDPrefix {
74
}
75
76
#[derive(Debug, Serialize, Deserialize, Clone, PostgresType, PartialOrd, PartialEq, Eq)]
77
+#[pg_binary_protocol]
78
#[inoutfuncs]
79
pub struct TypeID(TypeIDPrefix, Uuid);
80
0 commit comments