mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-01-19 23:26:32 +00:00
Make PgTypeInfo::oid doc(hidden)
This commit is contained in:
parent
c0609765a5
commit
cb67ed0300
@ -61,6 +61,7 @@ impl PgTypeInfo {
|
||||
}
|
||||
}
|
||||
|
||||
#[doc(hidden)]
|
||||
pub fn oid(&self) -> u32 {
|
||||
self.id.0
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user