derive traits for sync builder

This commit is contained in:
Steven Fackler 2018-12-29 09:57:49 -08:00
parent 6bcc7c47ae
commit af41875ea4

View File

@ -8,6 +8,7 @@ use tokio_postgres::{Error, MakeTlsMode, Socket, TlsMode};
use crate::{Client, RUNTIME};
#[derive(Debug, Clone, PartialEq)]
pub struct Builder(tokio_postgres::Builder);
impl Default for Builder {