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