Make PgTypeInfo::oid doc(hidden)

This commit is contained in:
Ryan Leckey 2020-03-18 22:08:18 -07:00
parent c0609765a5
commit cb67ed0300

View File

@ -61,6 +61,7 @@ impl PgTypeInfo {
}
}
#[doc(hidden)]
pub fn oid(&self) -> u32 {
self.id.0
}