rust-postgres/tokio-postgres/src/types.rs

7 lines
119 B
Rust
Raw Normal View History

//! Types.
//!
//! This module is a reexport of the `postgres_types` crate.
#[doc(inline)]
pub use postgres_types::*;