1
2
3
4
5
6
//! Types.
//!
//! This module is a reexport of the `postgres_types` crate.

#[doc(inline)]
pub use postgres_types::*;