There was an error while loading. Please reload this page.
1 parent c060976 commit cb67ed0Copy full SHA for cb67ed0
sqlx-core/src/postgres/types/mod.rs
@@ -61,6 +61,7 @@ impl PgTypeInfo {
61
}
62
63
64
+ #[doc(hidden)]
65
pub fn oid(&self) -> u32 {
66
self.id.0
67
0 commit comments