Reexport Socket from postgres

This commit is contained in:
Steven Fackler
2019-04-06 21:26:02 -07:00
parent 0c8ecc0240
commit eb18cbd475

View File

@@ -60,6 +60,8 @@ use lazy_static::lazy_static;
#[cfg(feature = "runtime")]
use tokio::runtime::{self, Runtime};
#[cfg(feature = "runtime")]
pub use tokio_postgres::Socket;
pub use tokio_postgres::{error, row, tls, types, Column, Portal, SimpleQueryMessage, Statement};
pub use crate::client::*;