tokio_postgres/
types.rs

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